aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-11-12 12:23:05 -0600
committerDan Williams <dcbw@redhat.com>2012-11-12 13:56:44 -0600
commitabab11c2917c974653e6daf9add08bb5e1f3342b (patch)
treefa0518f746f95fbe85be796a257ae80b6179cdcf
parent8ae645abb957552642eec33010f697ad02e957b5 (diff)
release: bump version to 1.0.01.0.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ed49122..676c509 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], [0.0.1], [libqmi-devel@lists.freedesktop.org])
+AC_INIT([libqmi], [1.0.0], [libqmi-devel@lists.freedesktop.org])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])