Release 0.65
diff --git a/ChangeLog b/ChangeLog
index 222e029..1beaa42 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 48f3652..ebdac5c 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)