summaryrefslogtreecommitdiffstats
path: root/VERSION.sh
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-01-12 14:57:51 -0700
committerRich Megginson <rmeggins@redhat.com>2010-01-12 14:57:51 -0700
commitcd1ab967a91a8d91fa15c722c79db0bc06958ded (patch)
tree4e786f46512d543625886747f86631105503a476 /VERSION.sh
parent2521eb7a649fab115366a652d2ec499ad205ae03 (diff)
downloadds-cd1ab967a91a8d91fa15c722c79db0bc06958ded.tar.gz
ds-cd1ab967a91a8d91fa15c722c79db0bc06958ded.tar.xz
ds-cd1ab967a91a8d91fa15c722c79db0bc06958ded.zip
bump version to 1.2.6.a1
Diffstat (limited to 'VERSION.sh')
-rw-r--r--VERSION.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.sh b/VERSION.sh
index 4a90065c..051b14bf 100644
--- a/VERSION.sh
+++ b/VERSION.sh
@@ -10,11 +10,11 @@ vendor="389 Project"
# PACKAGE_VERSION is constructed from these
VERSION_MAJOR=1
VERSION_MINOR=2
-VERSION_MAINT=5
+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=.rc4
+VERSION_PREREL=.a1
# 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.