From 0b3703fa03d4962c7b45286be4b76f74653eb289 Mon Sep 17 00:00:00 2001 From: ubbo Date: Fri, 29 Mar 2013 02:55:00 +0000 Subject: add default version.h git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1031 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- version.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 version.h diff --git a/version.h b/version.h new file mode 100644 index 0000000..bf3ff9d --- /dev/null +++ b/version.h @@ -0,0 +1,12 @@ +#ifndef VERSION_H +#define VERSION_H + +namespace Version +{ + static const int MAJOR = 0; + static const int MINOR = 4; + static const int REVISION = 0; + static const int BUILD = 0; +} + +#endif // VERSION_H -- cgit v1.2.3