changeset 16609:ee8bb9b5acb8

merge of '0daf12c329b89cf9c1eacdf36cb5e5faee696c44' and '39a0b83a23d5f6b1896279accb8bd804936f98fe'
author Richard Laager <rlaager@wiktel.com>
date Sun, 29 Apr 2007 00:15:08 +0000
parents 96b7bc5569aa (current diff) 4b7b9bb4ce34 (diff)
children 7135dd81991c e9c412816e4e 3af867ef5a15
files
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/win32/targets.mak	Sun Apr 29 00:14:26 2007 +0000
+++ b/libpurple/win32/targets.mak	Sun Apr 29 00:15:08 2007 +0000
@@ -15,9 +15,6 @@
 	  /^m4_define..purple_minor_version/ {system("sed -i -e s/@PURPLE_MINOR_VERSION@/"$$5"/ $(PURPLE_VERSION_H)");} \
 	  /^m4_define..purple_micro_version/ {system("sed -i -e s/@PURPLE_MICRO_VERSION@/"$$5"/ $(PURPLE_VERSION_H)"); exit}' $(PIDGIN_TREE_TOP)/configure.ac
 
-	sed -e s/@PURPLE_MAJOR_VERSION@/2/ -e s/@PURPLE_MINOR_VERSION@/0/ -e s/@PURPLE_MICRO_VERSION@/0/ $(PURPLE_TOP)/version.h.in > $(PURPLE_VERSION_H)
-
-
 $(PURPLE_DLL) $(PURPLE_DLL).a: $(PURPLE_VERSION_H)
 	$(MAKE) -C $(PURPLE_TOP) -f $(MINGW_MAKEFILE) libpurple.dll