Skip to content

Commit

Permalink
Release version 2021.01.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-paul committed Jan 31, 2021
1 parent 2d2e6ee commit 41f58fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion openscad.pro
Expand Up @@ -44,7 +44,9 @@ debug {
message("If you're building a development binary, consider adding CONFIG+=experimental")
}
}


VERSION=2021.01
VERSIONDATE=2021.01.31
# If VERSION is not set, populate VERSION, VERSION_YEAR, VERSION_MONTH from system date
include(version.pri)

Expand Down
3 changes: 3 additions & 0 deletions scripts/publish-macosx.sh
Expand Up @@ -4,6 +4,9 @@
# ./scripts/publish-macosx.sh [buildonly]
#

VERSION=2021.01
VERSIONDATE=2021.01.31

export NUMCPU=$(sysctl -n hw.ncpu)

human_filesize()
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-mingw-x.sh
Expand Up @@ -4,7 +4,7 @@
#

if test -z "$VERSION"; then
VERSION=`date "+%Y.%m.%d"`
VERSION=2021.01
COMMIT=-c
fi

Expand Down
3 changes: 3 additions & 0 deletions scripts/release-common.sh
Expand Up @@ -140,6 +140,9 @@ if test -z "$VERSION"; then
VERSION=$VERSIONDATE
fi

VERSION=2021.01
VERSIONDATE=2021.01.31

export VERSIONDATE
export VERSION

Expand Down

0 comments on commit 41f58fe

Please sign in to comment.