Skip to content

Commit 6ba22c7

Browse files
committed
Updated strings for v1.4.0 release
1 parent 93651db commit 6ba22c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Change Log
22
===============================================================================
3-
Version 1.4.0 *(2014-08-04)*
3+
Version 1.4.0 *(2014-08-15)*
44
----------------------------
55
Since transactions are at the core of this app, this release touches almost all subsystems and is therefore huge.
66
Transactions are now composed of multiple splits, which belong to different accounts and are no longer bound to accounts,

app/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1919
package="org.gnucash.android"
20-
android:versionCode="35"
20+
android:versionCode="36"
2121
android:versionName="@string/app_version_name" >
2222

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

app/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
1919
<string name="app_name">GnuCash</string>
20-
<string name="app_version_name">1.4.0-beta6</string>
20+
<string name="app_version_name">1.4.0</string>
2121
<string name="title_add_account">Create Account</string>
2222
<string name="title_edit_account">Edit Account</string>
2323
<string name="info_details">Info</string>

0 commit comments

Comments
 (0)