diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2014-10-28 20:09:13 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2014-10-28 20:09:13 +0100 |
commit | 70d6b44984c7072762deae28cf88acf0a6e271e7 (patch) | |
tree | 1b81155f9abb11405fccc043e42cdde64bb8bb3d /configure.ac | |
parent | abf9884f1c21c377ea7720c1aa6d0c0329a249c3 (diff) |
change version to 0.6.1_pre
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 25b79a30..878d6b9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(configure.ac) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE(ncmpcpp, 0.6) +AM_INIT_AUTOMAKE(ncmpcpp, 0.6.1_pre) AC_PREREQ(2.59) |