aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-01-22 18:11:56 +0000
committerFrederic Culot <calcurse@culot.org>2009-01-22 18:11:56 +0000
commitd8861f877ec1e52ff03781fa2246e7343a9387ae (patch)
tree40a419e39ea5ae5ba62dffdb555aa896ac1adffb /configure.ac
parent38912b36daf4fe23436080b155a7b5a52ad2db7d (diff)
downloadcalcurse-d8861f877ec1e52ff03781fa2246e7343a9387ae.tar.gz
calcurse-d8861f877ec1e52ff03781fa2246e7343a9387ae.zip
bugfix: avoid possible segfault if notify_stop_main_thread is called before thread was launched (thanks Jan for reporting this)
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 678b25e..815a993 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-# $calcurse: configure.ac,v 1.28 2008/12/28 13:13:59 culot Exp $
+# $calcurse: configure.ac,v 1.29 2009/01/22 18:11:56 culot Exp $
#-------------------------------------------------------------------------------
# Init
#-------------------------------------------------------------------------------
AC_PREREQ(2.59)
-AC_INIT(calcurse, 2.4, frederic@culot.org)
+AC_INIT(calcurse, 2.5_beta, frederic@culot.org)
AM_INIT_AUTOMAKE
AM_GNU_GETTEXT([external])
AC_CONFIG_SRCDIR([src/calcurse.c])