Compare commits

...

1 Commits

Author SHA1 Message Date
ragaskar a075c75bce Version bump to 1.1.0.rc3 2011-07-13 07:23:29 -04:00
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2472,6 +2472,6 @@ jasmine.version_= {
"major": 1, "major": 1,
"minor": 1, "minor": 1,
"build": 0, "build": 0,
"revision": 1308965645, "revision": 1310556152,
"release_candidate": 2 "release_candidate": 3
}; };
+1 -1
View File
@@ -1,6 +1,6 @@
module Jasmine module Jasmine
module Core module Core
VERSION = "1.1.0.rc2" VERSION = "1.1.0.rc3"
end end
end end
+2 -2
View File
@@ -2,6 +2,6 @@ jasmine.version_= {
"major": 1, "major": 1,
"minor": 1, "minor": 1,
"build": 0, "build": 0,
"revision": 1308965645, "revision": 1310556152,
"release_candidate": 2 "release_candidate": 3
}; };
+1 -1
View File
@@ -2,5 +2,5 @@
"major": 1, "major": 1,
"minor": 1, "minor": 1,
"build": 0, "build": 0,
"release_candidate": 2 "release_candidate": 3
} }