aboutsummaryrefslogtreecommitdiffstats
path: root/Source/RegexKitLite.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/RegexKitLite.h')
-rw-r--r--Source/RegexKitLite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/RegexKitLite.h b/Source/RegexKitLite.h
index 0161a713..920cb439 100644
--- a/Source/RegexKitLite.h
+++ b/Source/RegexKitLite.h
@@ -63,7 +63,7 @@ extern "C" {
#define _RKL_VERSION_STRING(a,b) _RKL_JOIN_VERSION(a,b)
#define REGEXKITLITE_VERSION_MAJOR 3
-#define REGEXKITLITE_VERSION_MINOR 0
+#define REGEXKITLITE_VERSION_MINOR 3
#define REGEXKITLITE_VERSION_CSTRING _RKL_VERSION_STRING(REGEXKITLITE_VERSION_MAJOR, REGEXKITLITE_VERSION_MINOR)
#define REGEXKITLITE_VERSION_NSSTRING @REGEXKITLITE_VERSION_CSTRING