diff options
author | Barattero Laurent <laurent@larueluberlu.net> | 2014-01-29 13:15:33 +0100 |
---|---|---|
committer | Barattero Laurent <laurent@larueluberlu.net> | 2014-01-29 13:15:33 +0100 |
commit | 49fe49f7f0c6ad3ec81fbcbcd266ce627379182a (patch) | |
tree | 254009fe02287bf16664aaf233c06112d27877b1 /configure.ac | |
parent | 0c924969382da97ab2012948cfe2022fb7c39696 (diff) |
Fix getoptlong --version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5c9e857..5516a1e 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.69]) AC_CONFIG_AUX_DIR([build-aux]) -AC_INIT([AeroUp], [0.3.0], [laurentba<at>larueluberlu.net], , [https://github.com/LaurentBa/AeroUp]) +AC_INIT([AeroUp], [0.3.1], [laurentba<at>larueluberlu.net], , [https://github.com/LaurentBa/AeroUp]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/global.hpp]) AC_CONFIG_HEADERS([src/config.h]) |