Update to 0.2.12
authorMartin Johansson <martin@fatbob.nu>
Mon, 20 May 2013 18:52:34 +0000 (20:52 +0200)
committerMartin Johansson <martin@fatbob.nu>
Mon, 20 May 2013 18:52:34 +0000 (20:52 +0200)
configure.ac
src/version.h

index bd5f002a12d0cfbc37c57b2be948dd4bf44ce0a1..c0292fa099ab70d8ad32e4d5fae06b9ba5e3392d 100644 (file)
@@ -29,7 +29,7 @@
 
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.63])
-AC_INIT([umurmur], [0.2.11], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur])
+AC_INIT([umurmur], [0.2.12], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur])
 AC_CONFIG_SRCDIR([src/client.h])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE
index dca2c8b82ca5bb73f0fd4475201ea1c1dd4ffb30..7ec73edc9b2a962cda3b5bafd76a75c86ea9ce48 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef VERSION_H_989876
 #define VERSION_H_989876
 
-#define UMURMUR_VERSION "0.2.11"
-#define UMURMUR_CODENAME "Bananas"
+#define UMURMUR_VERSION "0.2.12"
+#define UMURMUR_CODENAME "Disturbed"
 
 #endif