summaryrefslogtreecommitdiff
path: root/h/aconfig.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-03 20:38:41 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-03 20:38:41 +0100
commitba627dd9ecb578e9852c7b9cce67ec63199d1acf (patch)
tree27c4258311ca8c8ed7ff67a8a0bc7280e8fcae79 /h/aconfig.h
parent69aec3b712232e93600ecd741269fed1f90b412a (diff)
parent3abb40d43649adb3807180692d8579c405524675 (diff)
Merge branch 'release/2.0.0+repack-1'2.0.0+repack-1
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"