summaryrefslogtreecommitdiffstats
path: root/VERSION.sh
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-02-08 08:53:44 -0700
committerRich Megginson <rmeggins@redhat.com>2010-02-17 15:04:02 -0700
commit3e5e21c68afc5ff38d0d843fafaddd145e4d38f5 (patch)
tree79f605f2854fe91e04da43d51493f907b2178dd5 /VERSION.sh
parent363be335610467952a572ca0898a7b9f77db7a01 (diff)
downloadds-3e5e21c68afc5ff38d0d843fafaddd145e4d38f5.tar.gz
ds-3e5e21c68afc5ff38d0d843fafaddd145e4d38f5.tar.xz
ds-3e5e21c68afc5ff38d0d843fafaddd145e4d38f5.zip
bump version to 1.2.6.a2
Diffstat (limited to 'VERSION.sh')
-rw-r--r--VERSION.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.sh b/VERSION.sh
index 051b14bf..00cdcdf8 100644
--- a/VERSION.sh
+++ b/VERSION.sh
@@ -14,7 +14,7 @@ VERSION_MAINT=6
# if this is a PRERELEASE, set VERSION_PREREL
# otherwise, comment it out
# be sure to include the dot prefix in the prerel
-VERSION_PREREL=.a1
+VERSION_PREREL=.a2
# NOTES on VERSION_PREREL
# use aN for an alpha release e.g. a1, a2, etc.
# use rcN for a release candidate e.g. rc1, rc2, etc.