diff options
author | Dan Williams <dcbw@redhat.com> | 2013-03-20 08:52:47 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-03-20 08:52:47 -0500 |
commit | 11f35f578cbae97ee87b5ae5904b23d89a1f30a1 (patch) | |
tree | b87a49b6920f27f378080cd9c9297810eae67e31 | |
parent | c188ed507d08fc30fa2e17e2e6c72628426fbb19 (diff) | |
download | external_libqmi-11f35f578cbae97ee87b5ae5904b23d89a1f30a1.zip external_libqmi-11f35f578cbae97ee87b5ae5904b23d89a1f30a1.tar.gz external_libqmi-11f35f578cbae97ee87b5ae5904b23d89a1f30a1.tar.bz2 |
release: bump version to 1.3.0 (development)
-rw-r--r-- | configure.ac | 2 |
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]) |