aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-04-25 12:06:10 +0200
committerMarcel Holtmann <marcel@holtmann.org>2024-04-25 12:06:10 +0200
commita7c28b45eafbbddef9b17075e2db404606de5781 (patch)
tree24dfdaf0308515479b283cd2766ddc1c4189994e
parent807eee78676d14aeeb42c2377e4420b8590b05ae (diff)
Release 0.65HEAD0.65master
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 222e0292..1beaa42d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 0.65:
+ Add support for bitmaps manipulation macros.
+
ver 0.64:
Fix issue with casting in C++ environment.
Fix issue with ASCII string upper and lower helpers.
diff --git a/configure.ac b/configure.ac
index 48f36525..ebdac5cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([ell],[0.64])
+AC_INIT([ell],[0.65])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)