Become IPA 4.6.90.pre2

This commit is contained in:
Rob Crittenden
2018-05-15 14:56:52 -04:00
parent 60e992ca56
commit 021b2f6e97
+2 -2
View File
@@ -31,7 +31,7 @@ define(IPA_VERSION_RELEASE, 90)
# e.g. define(IPA_VERSION_PRE_RELEASE, rc1) # # e.g. define(IPA_VERSION_PRE_RELEASE, rc1) #
# -> "1.0.0rc1" # # -> "1.0.0rc1" #
######################################################## ########################################################
define(IPA_VERSION_PRE_RELEASE, .pre1) define(IPA_VERSION_PRE_RELEASE, .pre2)
######################################################## ########################################################
# To mark GIT snapshots this should be set to 'yes' # # To mark GIT snapshots this should be set to 'yes' #
@@ -46,7 +46,7 @@ define(IPA_VERSION_PRE_RELEASE, .pre1)
# This option works only with GNU m4: # # This option works only with GNU m4: #
# it requires esyscmd m4 macro. # # it requires esyscmd m4 macro. #
######################################################## ########################################################
define(IPA_VERSION_IS_GIT_SNAPSHOT, yes) define(IPA_VERSION_IS_GIT_SNAPSHOT, no)
######################################################## ########################################################
# git development branch: # # git development branch: #