diff libpurple/win32/global.mak @ 21030:3cc856ca2338

Add a --with-extraversion option to ./configure so packagers can fine tune the version displayed to the end user to assist in support and things. Fixes #3681
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 27 Oct 2007 13:56:54 +0000
parents 9401a46da958
children daf98e539358
line wrap: on
line diff
--- a/libpurple/win32/global.mak	Sat Oct 27 13:36:14 2007 +0000
+++ b/libpurple/win32/global.mak	Sat Oct 27 13:56:54 2007 +0000
@@ -72,6 +72,7 @@
 PURPLE_VERSION := $(PIDGIN_VERSION)
 
 DEFINES += 	-DVERSION=\"$(PIDGIN_VERSION)\" \
+		-DDISPLAY_VERSION=\"$(PIDGIN_VERSION)\" \
 		-DHAVE_CONFIG_H
 
 # Use -g flag when building debug version of Pidgin (including plugins).