diff options
-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 |