summaryrefslogtreecommitdiffstats
path: root/VERSION.sh
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2009-12-02 10:42:13 -0700
committerRich Megginson <rmeggins@redhat.com>2009-12-02 10:42:13 -0700
commitbb8e9b5d53c5b36505a24815c6b89accde6e07df (patch)
tree30b9eba2512f9bccc44913ed2546f39e69f76d69 /VERSION.sh
parentf9ec9a62b8e386c7918b0b9ea628023ed9bd505e (diff)
downloadds-bb8e9b5d53c5b36505a24815c6b89accde6e07df.tar.gz
ds-bb8e9b5d53c5b36505a24815c6b89accde6e07df.tar.xz
ds-bb8e9b5d53c5b36505a24815c6b89accde6e07df.zip
bump version to 1.2.5.rc1389-ds-base-1.2.5.rc1
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 c584a580..efba4e02 100644
--- a/VERSION.sh
+++ b/VERSION.sh
@@ -14,7 +14,7 @@ VERSION_MAINT=5
# 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=.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.