summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2010-07-23 07:35:40 +0000
committerNikolai Kondrashov <spbnick@gmail.com>2010-07-23 07:35:40 +0000
commit32402bc2e23012af39fcce59fee61dc0013e7e85 (patch)
treec02665af853c4124010eaa2edaab5175dac7b3da /configure.ac
parent39ca4fa99b63bd9e85c18061e6c5151a10e49d44 (diff)
downloadusbhid-dump-32402bc2e23012af39fcce59fee61dc0013e7e85.tar.gz
Cosmetic fix to usage text, set release version.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 57157bd..f8cb70c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([hid-dump], [0.1])
+AC_INIT([hid-dump], [1.0])
AC_CONFIG_AUX_DIR([auxdir])
AM_INIT_AUTOMAKE([1.9 -Wall foreign])
AC_CONFIG_HEADER([config.h])