diff --git a/src/generateVersionDefine.sh b/src/generateVersionDefine.sh index 98f280b..3e6b2b2 100755 --- a/src/generateVersionDefine.sh +++ b/src/generateVersionDefine.sh @@ -28,7 +28,7 @@ # TODO: we could do this via git hooks. Problem is just that hooks are not # really part of the repository. I.e. each user would need to install the # hooks. Will need to find some solution -HARD_CODED_VERSION="v3.3.1" +HARD_CODED_VERSION="v3.3.2" # get build date DATE=`date +%Y-%m-%d_%H:%M:%S`