VERSION.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a48252ba31d5cd99435b5e88c757dd2760e8eb22 Author: Rich Megginson rmeggins@redhat.com Date: Fri Feb 3 20:35:22 2012 -0700
bump version to 1.2.10.rc2
diff --git a/VERSION.sh b/VERSION.sh index 9d058c3..2cf2ac1 100644 --- a/VERSION.sh +++ b/VERSION.sh @@ -14,7 +14,7 @@ VERSION_MAINT=10 # if this is a PRERELEASE, set VERSION_PREREL # otherwise, comment it out # be sure to include the dot prefix in the prerel -VERSION_PREREL=.rc1 +VERSION_PREREL=.rc2 # 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.
389-commits@lists.fedoraproject.org