diff options
author | James Booth <boothj5@gmail.com> | 2013-08-13 21:40:18 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-08-13 21:40:18 +0100 |
commit | 6ea17d8e01af4a1867f32d1a9d9166bf10ce8ba3 (patch) | |
tree | 66d9a18a85ec7c448a71c52cc06d48bd3c2e5291 /configure.ac | |
parent | 6651b13bd0a68da3688cf2f29b467194ab3695f9 (diff) | |
parent | b1768f942c086410abfb7ca03e3a20fe472fafe6 (diff) | |
download | profani-tty-6ea17d8e01af4a1867f32d1a9d9166bf10ce8ba3.tar.gz |
Merge branch 'master' into nextdev
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 ceaf1751..a30c96d8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([profanity], [0.3.0], [boothj5web@gmail.com]) +AC_INIT([profanity], [0.4.0], [boothj5web@gmail.com]) PACKAGE_STATUS="development" AC_DEFINE_UNQUOTED([PACKAGE_STATUS], ["$PACKAGE_STATUS"], [Status of this build]) AC_CONFIG_SRCDIR([src/main.c]) |