From 48b713c35c80157274cdf552d1380fedf3daf4dc Mon Sep 17 00:00:00 2001 From: Brian Hrebec Date: Wed, 8 Feb 2012 22:06:54 -0800 Subject: [PATCH] Update version number for autotools' sake --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a940b54..3f9e8b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(joy2script.c) -AM_INIT_AUTOMAKE(joy2script, 0.0.1) +AM_INIT_AUTOMAKE(joy2script, 2.0.0) AM_CONFIG_HEADER(config.h) AC_PROG_MAKE_SET