diff configure.in @ 1033:c4dae8a3cf9a

Up the version number to 2.0, removed some obsolete mac files from distribution... and added config.sub and config.guess that seem to be needed by configure now.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 25 May 2011 03:18:00 +0000
parents baf23fa69b99
children b2a4cfc3cb87
line wrap: on
line diff
--- a/configure.in	Wed May 25 03:06:51 2011 +0000
+++ b/configure.in	Wed May 25 03:18:00 2011 +0000
@@ -1,8 +1,8 @@
 AC_INIT(winmain.c)
 AC_CONFIG_HEADER(config.h)
 
-DW_MAJOR_VERSION=1
-DW_MINOR_VERSION=1
+DW_MAJOR_VERSION=2
+DW_MINOR_VERSION=0
 DW_SUB_VERSION=0
 
 TARGET="dwindows"