about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-08-13 21:40:18 +0100
committerJames Booth <boothj5@gmail.com>2013-08-13 21:40:18 +0100
commit6ea17d8e01af4a1867f32d1a9d9166bf10ce8ba3 (patch)
tree66d9a18a85ec7c448a71c52cc06d48bd3c2e5291 /configure.ac
parent6651b13bd0a68da3688cf2f29b467194ab3695f9 (diff)
parentb1768f942c086410abfb7ca03e3a20fe472fafe6 (diff)
downloadprofani-tty-6ea17d8e01af4a1867f32d1a9d9166bf10ce8ba3.tar.gz
Merge branch 'master' into nextdev
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 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])