summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-04 12:50:27 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-05 19:15:16 +0200
commit81451db1d73e297d0ef034d0a62395d33380d187 (patch)
treea1d8eb64c1646d6a2a7826bd4ebf68fd16e22ce9
parent4901ee8632f91306230552e14c9c1f8b4ac0742b (diff)
release: bump version to 0.7.9910.7.991
Tagging to handle the new API updates, so that applications depending on the libmm-glib library can use the version number to check support.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ef352ca0..f3d82ac6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.60])
-AC_INIT([ModemManager],[0.7.990],[dcbw@redhat.com],[ModemManager])
+AC_INIT([ModemManager],[0.7.991],[dcbw@redhat.com],[ModemManager])
AM_INIT_AUTOMAKE([1.9 subdir-objects tar-ustar no-dist-gzip dist-bzip2 -Wno-portability])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE([enable])