1
0
mirror of synced 2026-07-20 01:55:08 +00:00

Set release version to 3.1.0.RC1

This commit is contained in:
Luke Taylor
2011-02-10 20:12:54 +00:00
parent 84ba7a0ea9
commit d6da25a6c6
+1 -1
View File
@@ -1,7 +1,7 @@
apply plugin: 'base'
allprojects {
version = '3.1.0.CI-SNAPSHOT'
version = '3.1.0.RC1'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')