Skip to content

Commit f1b9774

Browse files
author
graeme
committed
changes for 0.5-RC1
git-svn-id: https://svn.codehaus.org/grails/trunk@3986 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 04f194b commit f1b9774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grails.version=0.5-SNAPSHOT
1+
grails.version=0.5-RC1
22
grails.src.commons=src/commons
33
grails.src.groovy=src/groovy
44

test/groovy/grails/util/GrailsUtilTests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class GrailsUtilTests extends GroovyTestCase {
88
void testGrailsVersion() {
99

1010

11-
assertEquals "0.5-SNAPSHOT", grails.util.GrailsUtil.getGrailsVersion()
11+
assertEquals "0.5-RC1", grails.util.GrailsUtil.getGrailsVersion()
1212
}
1313

1414
}

0 commit comments

Comments
 (0)