changeset 625:21c321ec0810

Make version dependent on configure
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 12 Apr 2008 06:46:41 +0000
parents 7bdb2a58c51d
children ad7a4335f1f1
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Sat Apr 12 06:45:55 2008 +0000
+++ b/Makefile.in	Sat Apr 12 06:46:41 2008 +0000
@@ -12,8 +12,8 @@
 SRCS2	=	$(srcdir)compat.c
 OBJECTS2=	compat.o
 TARGET2 =	dwcompat
-VER_MAJ	=	0
-VER_MIN	=	9
+VER_MAJ	=	@DW_MAJOR_VERSION@
+VER_MIN	=	@DW_MINOR_VERSION@
 SOSUFFIX=	@SOSUFFIX@
 PREFIX	=	$(DESTDIR)@prefix@
 SRCDIR=dwindows-$(VER_MAJ).$(VER_MIN)