aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-05 04:39:29 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-05 04:39:29 +0000
commit72041e6990fc54e88209d9fdd4ad15e5506a3658 (patch)
tree17afe72068b50bb87e11e03c3a1e8bd543db4630 /config.h.win32
parent5021f1fc3344f91ee26c928d5453d65cdd845a8b (diff)
Use sed in the Win32 build to place the version in various files.
We us $(VERSION), defined in the top-level config.nmake, to replace @VERSION@ in various files. $(RC_VERSION) and $(WTAP_VERSION) are similarly used. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3258 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index dd994f7bc6..185f5b5956 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.25 2001/03/05 22:53:36 gram Exp $ */
+/* $Id: config.h.win32,v 1.26 2001/04/05 04:39:23 gram Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -139,7 +139,7 @@
#define PACKAGE "ethereal"
/* Version number of package */
-#define VERSION "0.8.16"
+#define VERSION "@VERSION@"
/* Plugin installation directory... */
#define PLUGIN_DIR "C:/ethereal/plugins/0.8.16"