From: Hugo Villeneuve Date: Tue, 11 May 2004 04:58:24 +0000 (+0000) Subject: Increase version number X-Git-Tag: v1.1.0~13 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=87d58c2f12d80def90a6978cd09b337e184c06bd;p=emu8051.git Increase version number --- diff --git a/configure.in b/configure.in index d033b20..bf26784 100644 --- a/configure.in +++ b/configure.in @@ -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)