summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-12-27 19:42:01 +0100
committerGuido Günther <agx@sigxcpu.org>2011-12-27 19:53:32 +0100
commitd2dc492a32f885a1f476bfbc11fa4bda5145d75f (patch)
treeec1e63d66a93a132b3e888cf3b89bd348d07f04a
parent98be3a205405a97954cda18926a2a8d366bfb1e3 (diff)
Bump version to 0.0.3v0.0.3
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 21e4a69..f9f1c41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+==============
+Version 0.0.3
+==============
+* Better handle missing and disabled modems
+* Better feedback when entering top up codes if
+ m-b-p-i has length information for the ussd code.
+
===============
Version 0.0.2.1
===============
diff --git a/configure.ac b/configure.ac
index e0ee2f8..a6530a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
AC_PREREQ([2.67])
-AC_INIT([prepaid-manager-applet], [0.0.2.1],
+AC_INIT([prepaid-manager-applet], [0.0.3],
[https://honk.sigxcpu.org/piki/projects/ppm/])
AM_INIT_AUTOMAKE([-Wno-portability])