Browse Source

bump version to 1.3.1.pre.a1

Noriko Hosoi 12 years ago
parent
commit
1a1db0fff8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      VERSION.sh

+ 2 - 2
VERSION.sh

@@ -10,11 +10,11 @@ vendor="389 Project"
 # PACKAGE_VERSION is constructed from these
 VERSION_MAJOR=1
 VERSION_MINOR=3
-VERSION_MAINT=0
+VERSION_MAINT=1
 # 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=.pre.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.