summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
Diffstat (limited to 'h')
-rw-r--r--h/aconfig.h4
-rw-r--r--h/counters.h2
2 files changed, 3 insertions, 3 deletions
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)