Skip to content

Commit a91b156

Browse files
committed
COMMON: bump version
1 parent b18dba2 commit a91b156

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
dnl
22
dnl Configure script for SmallBASIC
33
dnl
4-
dnl Copyright(C) 2001-2016 Chris Warren-Smith.
4+
dnl Copyright(C) 2001-2018 Chris Warren-Smith.
55
dnl
66
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.11])
10+
AC_INIT([smallbasic], [0.12.12])
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.12) unstable; urgency=low
2+
* Various see web site
3+
4+
-- Chris Warren-Smith <cwarrensmith@gmail.com> Sat, 13 Jan 2018 09:45:25 +1000
5+
16
smallbasic (0.12.11) 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="26"
6-
android:versionName="0.12.11">
5+
android:versionCode="27"
6+
android:versionName="0.12.12">
77
<uses-sdk android:minSdkVersion="15"/>
88

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

0 commit comments

Comments
 (0)