summaryrefslogtreecommitdiff
path: root/h/aconfig.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-01 10:32:14 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-01 10:32:14 +0100
commit4097e27114d227692d53c5d28487e12a3833cd24 (patch)
treed5c2a62c4db97de94f92150340612c64d3997669 /h/aconfig.h
parentf8a0a4e1c775a90c313cb83201eec4cea4e9a7da (diff)
parent5514d94483c98e3320b202b1bb882023a7d12027 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'h/aconfig.h')
-rwxr-xr-x[-rw-r--r--]h/aconfig.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/h/aconfig.h b/h/aconfig.h
index c9d6fc9..dde4e69 100644..100755
--- a/h/aconfig.h
+++ b/h/aconfig.h
@@ -7,7 +7,7 @@
/*
* Author: Graeme W. Gill
*
- * Copyright 2006 - 2016, Graeme W. Gill
+ * Copyright 2006 - 2017, Graeme W. Gill
* All rights reserved.
*
* This material is licenced under the GNU GENERAL PUBLIC LICENSE Version 2 or later :-
@@ -24,8 +24,8 @@
/* major number = 8 bits */
#ifndef USE_NG_VERSION
-# define ARGYLL_VERSION 0x01092
-# define ARGYLL_VERSION_STR "1.9.2"
+# define ARGYLL_VERSION 0x02000
+# define ARGYLL_VERSION_STR "2.0.0"
#else
# define ARGYLL_VERSION NG_VERSION
# define ARGYLL_VERSION_STR "NG_VERSION_STR"
@@ -40,13 +40,13 @@
#endif
#if defined(UNIX)
# if defined(__APPLE__)
-# if defined(__P64__)
+# if defined(__LP64__) || defined(__ILP64__) || defined(__LLP64__)
# define ARGYLL_BUILD_STR "OS X 64 bit"
# else
# define ARGYLL_BUILD_STR "OS X 32 bit"
# endif
# else
-# if defined(__P64__)
+# if defined(__LP64__) || defined(__ILP64__) || defined(__LLP64__)
# define ARGYLL_BUILD_STR "Linux 64 bit"
# else
# define ARGYLL_BUILD_STR "Linux 32 bit"