Increase version number
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 11 May 2004 04:58:24 +0000 (04:58 +0000)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 8 Sep 2013 22:54:33 +0000 (18:54 -0400)
configure.in

index d033b20..bf26784 100644 (file)
@@ -1,7 +1,7 @@
 # configure.in -- Process this file with autoconf to produce configure
 
 dnl Initialization stuff.
-AC_INIT(emu8051, 0.1.0)
+AC_INIT(emu8051, 0.2.0)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR(src/CPU8051.cpp)
 AM_CONFIG_HEADER(config.h:config-h.in)