Skip to content

Commit 8637060

Browse files
committed
Updated version information for 1.2.6.beta3 release
1 parent dbce36f commit 8637060

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Change Log
33
Version 1.2.6 *(2013-xx-xx)*
44
----------------------------
55
* Feature: Support for QIF export format
6+
* Improved: CREDIT/DEBIT meaning now matches GnuCash desktop. Effect on account balance depends on type of account
67

78
Version 1.2.5 *(2013-09-17)*
89
----------------------------

app/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1919
package="org.gnucash.android"
20-
android:versionCode="18"
21-
android:versionName="1.2.6.beta2" >
20+
android:versionCode="19"
21+
android:versionName="1.2.6.beta3" >
2222

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

0 commit comments

Comments
 (0)