From d8a0279ea08c51b1f81375fe3d97f2fcab6c4fdc Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Tue, 18 Sep 2012 21:52:00 +0000 Subject: From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6134 : Add VERSION_MAJOR, VERSION_MINOR, and VERSION_MICRO to the config.h on Windows (actually Chris' patch included VERSION_BUILD and VERSION_EXTRA but I've left those out to match what we have on *NIX now). svn path=/trunk/; revision=44988 --- config.h.win32 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.h.win32') diff --git a/config.h.win32 b/config.h.win32 index c1acfd936b..bfeb73a076 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -255,6 +255,11 @@ /* Version number of package */ #define VERSION "@VERSION@" +/* Broken down version */ +#define VERSION_MAJOR @VERSION_MAJOR@ +#define VERSION_MINOR @VERSION_MINOR@ +#define VERSION_MICRO @VERSION_MICRO@ + /* We shouldn't need this under Windows but we'll define it anyway. */ #define HTML_VIEWER "mozilla" -- cgit v1.2.1