Skip to content

Commit

Permalink
rhodes 3.5.0 version start
Browse files Browse the repository at this point in the history
  • Loading branch information
genywind committed Sep 11, 2012
1 parent 28e0ef7 commit 0720cfb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/framework/rhodes.rb
@@ -1,6 +1,6 @@
module Rhodes module Rhodes
unless defined? Rhodes::VERSION unless defined? Rhodes::VERSION
VERSION = '3.4.0' VERSION = '3.5.0'
end end
unless defined? Rhodes::DBVERSION unless defined? Rhodes::DBVERSION
DBVERSION = '2.2.0' DBVERSION = '2.2.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/framework/version.rb
@@ -1,6 +1,6 @@
module RhodesFramework module RhodesFramework
unless defined? RhodesFramework::VERSION unless defined? RhodesFramework::VERSION
VERSION = '3.4.0' VERSION = '3.5.0'
end end
unless defined? RhodesFramework::DBVERSION unless defined? RhodesFramework::DBVERSION
DBVERSION = '2.2.2' DBVERSION = '2.2.2'
Expand Down
2 changes: 1 addition & 1 deletion lib/rhodes.rb
@@ -1,6 +1,6 @@
module Rhodes module Rhodes
unless defined? Rhodes::VERSION unless defined? Rhodes::VERSION
VERSION = '3.4.0' VERSION = '3.5.0'
end end
unless defined? Rhodes::DBVERSION unless defined? Rhodes::DBVERSION
DBVERSION = '2.2.0' DBVERSION = '2.2.0'
Expand Down
4 changes: 2 additions & 2 deletions platform/android/Rhodes/AndroidManifest.xml
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rhomobile.rhodes" package="com.rhomobile.rhodes"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="39" android:versionCode="40"
android:versionName="3.4.0"> android:versionName="3.5.0">


<uses-sdk android:minSdkVersion="8" /> <uses-sdk android:minSdkVersion="8" />


Expand Down
2 changes: 1 addition & 1 deletion platform/iphone/Info.plist
Expand Up @@ -38,7 +38,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3.4.0</string> <string>3.5.0</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>UILaunchImageFile</key> <key>UILaunchImageFile</key>
Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
3.4.2 3.5.0

0 comments on commit 0720cfb

Please sign in to comment.