summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--hiredis.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c31015..0755f99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+### 0.12.1 - January 26, 2015
+
+* Fix `make install`: DESTDIR support, install all required files, install PKGCONF in proper location
+* Fix `make test` as 32 bit build on 64 bit platform
+
### 0.12.0 - January 22, 2015
* Add optional KeepAlive support
diff --git a/hiredis.h b/hiredis.h
index 3aecf40..93df4ef 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -39,7 +39,7 @@
#define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 12
-#define HIREDIS_PATCH 0
+#define HIREDIS_PATCH 1
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */