Update to 0.2.13
authorMartin Johansson <martin@fatbob.nu>
Sat, 8 Jun 2013 20:57:56 +0000 (22:57 +0200)
committerMartin Johansson <martin@fatbob.nu>
Sat, 8 Jun 2013 20:57:56 +0000 (22:57 +0200)
configure.ac
src/version.h

index c0292fa099ab70d8ad32e4d5fae06b9ba5e3392d..c2404cb9737d27a225cb641abb8530642a7ebdbd 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.12], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur])
+AC_INIT([umurmur], [0.2.13], [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 7ec73edc9b2a962cda3b5bafd76a75c86ea9ce48..b35cd1e7232cbb97f90f86b43b0202df4719015e 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef VERSION_H_989876
 #define VERSION_H_989876
 
-#define UMURMUR_VERSION "0.2.12"
-#define UMURMUR_CODENAME "Disturbed"
+#define UMURMUR_VERSION "0.2.13"
+#define UMURMUR_CODENAME "Deranged"
 
 #endif