summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-09-06 19:09:05 -0400
committerAdrian Thurston <thurston@complang.org>2012-09-06 19:09:05 -0400
commit8b6c9139ec578dbda28fff515e613c02e9cedddc (patch)
tree25de748fb98805ee0c12f16f9270f68cb486aab0
parentc8bb762a52a9363e9eca92c788878fc82a29ed6d (diff)
downloadcolm-8b6c9139ec578dbda28fff515e613c02e9cedddc.tar.gz
version bump to 0.8, will release soon
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f120a4fc..53ff4b24 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.7)
-PUBDATE="Aug 2012"
+AC_INIT(colm, 0.8)
+PUBDATE="Sept 2012"
AM_INIT_AUTOMAKE([foreign])