From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- h/aconfig.h | 4 ++-- h/counters.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'h') diff --git a/h/aconfig.h b/h/aconfig.h index 0de524f..91e43b8 100644 --- a/h/aconfig.h +++ b/h/aconfig.h @@ -9,8 +9,8 @@ /* minor number = 8 bits */ /* major number = 8 bits */ -#define ARGYLL_VERSION 0x01051 -#define ARGYLL_VERSION_STR "1.5.1" +#define ARGYLL_VERSION 0x01063 +#define ARGYLL_VERSION_STR "1.6.3" /* Maximum file path length */ #define MAXNAMEL 1024 diff --git a/h/counters.h b/h/counters.h index 3a3e71c..e3944d9 100644 --- a/h/counters.h +++ b/h/counters.h @@ -51,7 +51,7 @@ } \ } -/* After increment, expression is TRUE if counter is done */ +/* After init or increment, expression is TRUE if counter is done */ #define DC_DONE(nn) \ (nn##_e >= nn##_di) -- cgit v1.2.3