From 6d1669ae8946ea5a7aa3cf3b46ad9d537fef7671 Mon Sep 17 00:00:00 2001 From: "rafael@riseup.net" Date: Mon, 10 May 2010 00:20:22 +0000 Subject: [PATCH] bump configure.in version to 0.20.1 --- darkice/branches/darkice-macosx/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darkice/branches/darkice-macosx/configure.in b/darkice/branches/darkice-macosx/configure.in index 0b6c699..2758c0e 100644 --- a/darkice/branches/darkice-macosx/configure.in +++ b/darkice/branches/darkice-macosx/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(darkice, 0.20) +AC_INIT(darkice, 0.20.1) AC_CONFIG_SRCDIR(src/DarkIce.cpp) AM_CONFIG_HEADER(src/config.h)