Update to version 0.2.10
authorMartin Johansson <martin@fatbob.nu>
Sun, 18 Mar 2012 19:21:13 +0000 (20:21 +0100)
committerMartin Johansson <martin@fatbob.nu>
Sun, 18 Mar 2012 19:21:13 +0000 (20:21 +0100)
configure.ac
src/version.h

index 7d39d9a6a893035371b2c70f06f85664aa23291e..8f3b954afb887021b05c64a74539da33ebfb7473 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.8], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur])
+AC_INIT([umurmur], [0.2.10], [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 ecdea4566832f4c5f275325df23d605c60f4efa4..59b74fb0948af546c8c92efb39359253ac97a548 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef VERSION_H_989876
 #define VERSION_H_989876
 
-#define UMURMUR_VERSION "0.2.9"
-#define UMURMUR_CODENAME "Batshit Crazy"
+#define UMURMUR_VERSION "0.2.10"
+#define UMURMUR_CODENAME "Bats in the Belfry"
 
 #endif