From c731525124ecc9fa4671eed896fff12a50092aa2 Mon Sep 17 00:00:00 2001 From: Robert Carlsen Date: Tue, 6 Jan 2009 00:32:16 +0000 Subject: [PATCH] Utility to add include the svn revision number to the program version in the about dialog. --- src/svn_version.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/svn_version.h diff --git a/src/svn_version.h b/src/svn_version.h new file mode 100644 index 000000000..026c022e0 --- /dev/null +++ b/src/svn_version.h @@ -0,0 +1 @@ +#define SVN_VERSION "269M"