Rich Megginson 16 лет назад
Родитель
Сommit
c3120fc8fc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      VERSION.sh

+ 1 - 1
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=.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.