summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-03-20 08:52:47 -0500
committerDan Williams <dcbw@redhat.com>2013-03-20 08:52:47 -0500
commit11f35f578cbae97ee87b5ae5904b23d89a1f30a1 (patch)
treeb87a49b6920f27f378080cd9c9297810eae67e31
parentc188ed507d08fc30fa2e17e2e6c72628426fbb19 (diff)
release: bump version to 1.3.0 (development)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f9fd3a0..6db919e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([libqmi], [1.2.0], [libqmi-devel@lists.freedesktop.org])
+AC_INIT([libqmi], [1.3.0], [libqmi-devel@lists.freedesktop.org])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])