diff options
author | Marius Kintel <marius@kintel.net> | 2013-01-28 22:56:41 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-01-28 22:56:41 (GMT) |
commit | e565414de17fcbb895ada1d0e760d4b4526d013a (patch) | |
tree | 5b879ef1f5e15e3ea792f7b90a6bfbbfa5afb211 /doc | |
parent | 0bf593b74a3332ddcf87eb05bc2ca05e5899ddd1 (diff) |
cosmetics
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-checklist.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt index 6d53ad9..c51c919 100644 --- a/doc/release-checklist.txt +++ b/doc/release-checklist.txt @@ -5,7 +5,7 @@ OpenSCAD Release Checklist o Update VERSION environment variable - export VERSION=2012.08 + export VERSION=2013.01 It will be used by the commands below, as well as these files: @@ -24,7 +24,7 @@ o build source package o Sanity check; build a binary or two and manually run some tests -o git push --tags +o git push --tags o Upload Source package $ ./scripts/googlecode_upload.py -s 'Source Code' -p openscad -l Featured,Type-Source openscad-$VERSION.src.tar.gz |