summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2017-01-30 20:09:54 -0500
committerFrans Kaashoek <[email protected]>2017-01-30 20:09:54 -0500
commitd57d37eb870b8d1e17f064ace2052877b953203e (patch)
treedc73cc6d35d310fe6595aea31c587f0232874fc1 /Makefile
parentc383612a7d61e708bce84318f2b0b0f3d7a7ebac (diff)
downloadxv6-labs-d57d37eb870b8d1e17f064ace2052877b953203e.tar.gz
xv6-labs-d57d37eb870b8d1e17f064ace2052877b953203e.tar.bz2
xv6-labs-d57d37eb870b8d1e17f064ace2052877b953203e.zip
Thanks to Wolfgang Keller <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd2afb8..c6159fe 100644
--- a/Makefile
+++ b/Makefile
@@ -275,6 +275,6 @@ tar:
rm -rf /tmp/xv6
mkdir -p /tmp/xv6
cp dist/* dist/.gdbinit.tmpl /tmp/xv6
- (cd /tmp; tar cf - xv6) | gzip >xv6-rev9.tar.gz # the next one will be 9 (6/27/15)
+ (cd /tmp; tar cf - xv6) | gzip >xv6-rev10.tar.gz # the next one will be 10 (9/17)
.PHONY: dist-test dist