From: Daniel Garcia Date: Wed, 12 May 2010 06:57:17 +0000 (+0200) Subject: New version 0.93 -> 0.95 X-Git-Tag: 0.95 X-Git-Url: http://git.danigm.net/?p=tbo.git;a=commitdiff_plain;h=33649c389e563025d427fbc22021db717d9eb8eb New version 0.93 -> 0.95 --- diff --git a/VERSION b/VERSION index 341ad3c..fd6d73e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.93 +0.95 diff --git a/configure.ac b/configure.ac index c8e2358..bb776e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([tbo], [0.93], [dani@danigm.net]) +AC_INIT([tbo], [0.95], [dani@danigm.net]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([1.9.6 -Wall -Werror dist-bzip2])