diff options
author | Dan Williams <dcbw@redhat.com> | 2013-06-07 11:37:57 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-06-07 11:37:57 -0500 |
commit | 0ff926d101221cbc2ffdd8460be2893463cb5563 (patch) | |
tree | 9a0992122b39aeb739f29a1e6df14e0c24cdf557 | |
parent | b4052739a18eec2ef41422846b7bcca8de1097f3 (diff) |
release: bump version to 1.4.01.4.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 510e9b7..6e34b62 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.3.0], [libqmi-devel@lists.freedesktop.org]) +AC_INIT([libqmi], [1.4.0], [libqmi-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) |