summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION12
1 files changed, 11 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 3936f394..e45dd508 100644
--- a/VERSION
+++ b/VERSION
@@ -3,7 +3,7 @@
# #
# freeIPA versions are as follows #
# 1.0.x New production series #
-# 1.0.x{pre,rc}y Preview/Testing & RC #
+# 1.0.x{pre,beta,rc}y Preview/Testing, Beta & RC #
# 1.0.0GITabcdefg Build from GIT #
# #
########################################################
@@ -33,6 +33,16 @@ IPA_VERSION_RELEASE=0
IPA_VERSION_PRE_RELEASE=
########################################################
+# For 'beta' releases the version will be #
+# #
+# <MAJOR>.<MINOR>.<RELEASE>beta<BETA_RELEASE> #
+# #
+# e.g. IPA_VERSION_BETA_RELEASE=1 #
+# -> "1.0.0beta1" #
+########################################################
+IPA_VERSION_BETA_RELEASE=
+
+########################################################
# For 'rc' releases the version will be #
# #
# <MAJOR>.<MINOR>.<RELEASE>rc<RC_RELEASE> #