Set development version to 4.7.90

This commit is contained in:
Rob Crittenden 2018-07-19 11:30:46 -04:00
parent 530da69ead
commit d9b8fa3fd8

View File

@ -20,7 +20,7 @@
# -> "1.0.0" #
########################################################
define(IPA_VERSION_MAJOR, 4)
define(IPA_VERSION_MINOR, 6)
define(IPA_VERSION_MINOR, 7)
define(IPA_VERSION_RELEASE, 90)
########################################################
@ -31,7 +31,7 @@ define(IPA_VERSION_RELEASE, 90)
# e.g. define(IPA_VERSION_PRE_RELEASE, rc1) #
# -> "1.0.0rc1" #
########################################################
define(IPA_VERSION_PRE_RELEASE, .pre2)
define(IPA_VERSION_PRE_RELEASE, )
########################################################
# To mark GIT snapshots this should be set to 'yes' #