Skip to content

Commit

Permalink
Updated version strings for v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Oct 1, 2014
1 parent ee0880f commit 47c2784
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Change Log
===============================================================================
Version 1.5.0 *(2014-09-xx)*
Version 1.5.0 *(2014-10-01)*
----------------------------
* Need for speed! Lots of performance optimizations in the application
- Application balances are now computed faster
Expand Down
2 changes: 1 addition & 1 deletion app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.gnucash.android"
android:versionCode="41"
android:versionCode="42"
android:versionName="@string/app_version_name" >

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16"/>
Expand Down
2 changes: 1 addition & 1 deletion app/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">GnuCash</string>
<string name="app_version_name">1.5.0-beta1</string>
<string name="app_version_name">1.5.0</string>
<string name="title_add_account">Create Account</string>
<string name="title_edit_account">Edit Account</string>
<string name="info_details">Info</string>
Expand Down

0 comments on commit 47c2784

Please sign in to comment.