summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-01-21 22:15:39 +0000
committerAdrian Thurston <thurston@complang.org>2012-01-21 22:15:39 +0000
commit43859bdc5994b4ef2e546edcb57cdb772d0bcd6e (patch)
tree11dfdc41e224a7d5b4cb84f36a7e931da5c9ec56
parentda76fb0d9ebfedf4d3417279a281d1e865ebddd8 (diff)
downloadcolm-43859bdc5994b4ef2e546edcb57cdb772d0bcd6e.tar.gz
0.4 release details
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index be06eec4..a9444153 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
-#libtoolize --copy --force
+libtoolize --copy --force
aclocal
autoheader
automake --foreign --add-missing
diff --git a/configure.in b/configure.in
index 290a2619..1778d8e7 100644
--- a/configure.in
+++ b/configure.in
@@ -18,8 +18,8 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Colm; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT(colm, 0.3)
-PUBDATE="Nov 2011"
+AC_INIT(colm, 0.4)
+PUBDATE="Jan 2012"
AM_INIT_AUTOMAKE([foreign])