Skip to content

Commit 0e9014e

Browse files
committed
Updated versions for 1.2.6.beta release
1 parent d308f08 commit 0e9014e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Change Log
22
===============================================================================
3+
Version 1.2.6 *(2013-xx-xx)*
4+
----------------------------
5+
* Feature: Support for QIF export format
6+
37
Version 1.2.5 *(2013-09-17)*
48
----------------------------
59
* Feature: Search accounts by name

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="16"
21-
android:versionName="1.2.5" >
20+
android:versionCode="17"
21+
android:versionName="1.2.6.beta" >
2222

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

0 commit comments

Comments
 (0)