From 9491825ddff7a294d1f49061bae7044e426aeb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 6 Nov 2015 05:38:49 +0100 Subject: Imported Upstream version 1.8.3 --- h/License.txt | 0 h/Readme.txt | 0 h/aconfig.h | 27 +++++++++++++++++++++++++-- h/afiles | 0 h/copyright.h | 0 h/counters.h | 0 h/llist.h | 0 h/sort.h | 0 h/xlist.h | 0 9 files changed, 25 insertions(+), 2 deletions(-) mode change 100644 => 100755 h/License.txt mode change 100644 => 100755 h/Readme.txt mode change 100644 => 100755 h/aconfig.h mode change 100644 => 100755 h/afiles mode change 100644 => 100755 h/copyright.h mode change 100644 => 100755 h/counters.h mode change 100644 => 100755 h/llist.h mode change 100644 => 100755 h/sort.h mode change 100644 => 100755 h/xlist.h (limited to 'h') diff --git a/h/License.txt b/h/License.txt old mode 100644 new mode 100755 diff --git a/h/Readme.txt b/h/Readme.txt old mode 100644 new mode 100755 diff --git a/h/aconfig.h b/h/aconfig.h old mode 100644 new mode 100755 index 4b24c82..50275ea --- a/h/aconfig.h +++ b/h/aconfig.h @@ -9,8 +9,31 @@ /* minor number = 8 bits */ /* major number = 8 bits */ -#define ARGYLL_VERSION 0x01082 -#define ARGYLL_VERSION_STR "1.8.2" +#define ARGYLL_VERSION 0x01083 +#define ARGYLL_VERSION_STR "1.8.3" + +#if defined(NT) +# if defined(_WIN64) +# define ARGYLL_BUILD_STR "MSWin 64 bit" +# else +# define ARGYLL_BUILD_STR "MSWin 32 bit" +# endif +#endif +#if defined(UNIX) +# if defined(__APPLE__) +# if defined(__LP64__) +# define ARGYLL_BUILD_STR "OS X 64 bit" +# else +# define ARGYLL_BUILD_STR "OS X 32 bit" +# endif +# else +# if defined(__LP64__) +# define ARGYLL_BUILD_STR "Linux 64 bit" +# else +# define ARGYLL_BUILD_STR "Linux 32 bit" +# endif +# endif +#endif /* Maximum file path length */ #define MAXNAMEL 1024 diff --git a/h/afiles b/h/afiles old mode 100644 new mode 100755 diff --git a/h/copyright.h b/h/copyright.h old mode 100644 new mode 100755 diff --git a/h/counters.h b/h/counters.h old mode 100644 new mode 100755 diff --git a/h/llist.h b/h/llist.h old mode 100644 new mode 100755 diff --git a/h/sort.h b/h/sort.h old mode 100644 new mode 100755 diff --git a/h/xlist.h b/h/xlist.h old mode 100644 new mode 100755 -- cgit v1.2.3