summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-06-09 08:12:29 -0600
committerRich Megginson <rmeggins@redhat.com>2010-06-09 08:12:29 -0600
commit90c86adec9ab9b94aa6fecdb51d7a40c1716a4af (patch)
treead5e80e502d8b25a8f025c3a27f32b90fbec6a97
parent29133f2026a9218d9789aa345eeb526395b9d2e1 (diff)
downloadds-90c86adec9ab9b94aa6fecdb51d7a40c1716a4af.tar.gz
ds-90c86adec9ab9b94aa6fecdb51d7a40c1716a4af.tar.xz
ds-90c86adec9ab9b94aa6fecdb51d7a40c1716a4af.zip
bump version to 1.2.6.rc1
This is 1.2.6 Release Candidate 1
-rw-r--r--VERSION.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.sh b/VERSION.sh
index 014c49e0..0375b393 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=.a5
+VERSION_PREREL=.rc1
# 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.