diff options
| author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-22 12:55:27 +0000 |
|---|---|---|
| committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-22 12:55:27 +0000 |
| commit | 65b709741e177e28dd33fecb924f127a90b0c0ec (patch) | |
| tree | 9645333306b8b081def80656a7c0f4c3aa69c64c /no_history/private.h | |
| parent | 9276a894b360d4c7bbe7a5f1913bc6beb157e9c8 (diff) | |
added event timeout to options
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@208 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'no_history/private.h')
| -rw-r--r-- | no_history/private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/no_history/private.h b/no_history/private.h index f78e5bc..497a017 100644 --- a/no_history/private.h +++ b/no_history/private.h @@ -4,8 +4,8 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
#define VER_MINOR 1
-#define VER_RELEASE 0
-#define VER_BUILD 2
+#define VER_RELEASE 1
+#define VER_BUILD 0
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
|
