summaryrefslogtreecommitdiffstats
path: root/VERSION.sh
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-03-02 13:18:27 -0700
committerRich Megginson <rmeggins@redhat.com>2010-03-02 13:18:27 -0700
commit0f6734d1b559d5c798e6c56d05d1a0affff2b455 (patch)
tree66ce33d57ccf3a6cba536914eb8559981ed25219 /VERSION.sh
parent142900b2757378bfbff34e3f390fcb1a292eea91 (diff)
downloadds-0f6734d1b559d5c798e6c56d05d1a0affff2b455.tar.gz
ds-0f6734d1b559d5c798e6c56d05d1a0affff2b455.tar.xz
ds-0f6734d1b559d5c798e6c56d05d1a0affff2b455.zip
bump version to 1.2.6.a3
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 00cdcdf8..c11ca1c5 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=.a2
+VERSION_PREREL=.a3
# 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.