diff options
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,8 +20,8 @@ # -> "1.0.0" # ######################################################## IPA_VERSION_MAJOR=4 -IPA_VERSION_MINOR=1 -IPA_VERSION_RELEASE=99 +IPA_VERSION_MINOR=2 +IPA_VERSION_RELEASE=0 ######################################################## # For 'alpha' releases the version will be # @@ -31,7 +31,7 @@ IPA_VERSION_RELEASE=99 # e.g. IPA_VERSION_ALPHA_RELEASE=1 # # -> "1.0.0alpha1" # ######################################################## -IPA_VERSION_ALPHA_RELEASE= +IPA_VERSION_ALPHA_RELEASE=1 ######################################################## # For 'beta' releases the version will be # |