Skip to content

Commit 0e5a9b4

Browse files
committed
COMMON: bump version
1 parent 82f865d commit 0e5a9b4

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
2017-11-28 (0.12.10/11)
1+
2017-11-28 (0.12.10)
2+
Released 82f865d61a6eba1c017b8a58e1c892f1b7d6a0c0
3+
4+
2017-11-28 (0.12.10)
25
COMMON: owner strings
36

47
2017-11-28 (0.12.10)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dnl This program is distributed under the terms of the GPL v2.0
77
dnl Download the GNU Public License (GPL) from www.gnu.org
88
dnl
99

10-
AC_INIT([smallbasic], [0.12.10])
10+
AC_INIT([smallbasic], [0.12.11])
1111
AC_CONFIG_SRCDIR([configure.ac])
1212

1313
AC_CANONICAL_TARGET

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
smallbasic (0.12.11) unstable; urgency=low
2+
* Various see web site
3+
4+
-- Chris Warren-Smith <cwarrensmith@gmail.com> Wed, 27 Dec 2017 09:45:25 +1000
5+
16
smallbasic (0.12.10) unstable; urgency=low
27
* Various see web site
38

ide/android/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="net.sourceforge.smallbasic"
44
android:installLocation="preferExternal"
5-
android:versionCode="25"
6-
android:versionName="0.12.10">
5+
android:versionCode="26"
6+
android:versionName="0.12.11">
77
<uses-sdk android:minSdkVersion="15"/>
88

99
<!-- support large + xlarge screens to avoid compatibility mode -->

0 commit comments

Comments
 (0)