From 9004533ba1d84d670a77cbfc9eae401b66e9dd0e Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sat, 9 Jan 2010 01:38:23 +0000 Subject: - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3 --- Source/RegexKitLite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/RegexKitLite.h') 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 -- cgit v1.2.3