diff options
Diffstat (limited to 'src/win32/orconfig.h')
-rw-r--r-- | src/win32/orconfig.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index dc27f345d7..a08d0c6b58 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -3,7 +3,6 @@ */ /* Windows-only defines. */ -#define _WIN32 #define CONFDIR "" /* Define to 1 if you have the <arpa/inet.h> header file. */ @@ -233,7 +232,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.3.13-alpha-dev" +#define VERSION "0.2.3.15-alpha-dev" |