From 401efe4e6863603bf19c5ed266a60642638e760d Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Thu, 24 Nov 2011 21:09:31 -0500 Subject: [PATCH] up release to 0.84git --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9ef16cd9..5e17da66 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,8 @@ dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA dnl 02110-1301 USA. -define(RELEASE_NUM, 83) -define(CDIO_VERSION_STR, 0.$1) +define(RELEASE_NUM, 84) +define(CDIO_VERSION_STR, 0.$1git) AC_PREREQ(2.67)