From 62895c08644c814fb800e6f93079811e1e777ff8 Mon Sep 17 00:00:00 2001 From: jmayer Date: Tue, 16 Aug 2005 06:45:17 +0000 Subject: Move SVNVERSION handling into version_info. That way, we won't have to recompile tethereal.o etc each time the svn version has changed, relinking is sufficient. I'm not sure what to do about mergecap, as it currently doesn't link against version_info, so it's "overhead" either way. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15371 f5534014-38df-0310-8fa8-9805f1628bb7 --- version_info.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'version_info.h') diff --git a/version_info.h b/version_info.h index bcba136d2c..ada86b5863 100644 --- a/version_info.h +++ b/version_info.h @@ -30,6 +30,11 @@ extern "C" { #endif /* __cplusplus */ +/* + * The svn version string or "" + */ +const gchar *svnversion; + /* * Get various library compile-time versions and append them to * the specified GString. -- cgit v1.2.3