Update to version 0.2.15
authorMartin Johansson <martin@fatbob.nu>
Fri, 8 Aug 2014 06:15:36 +0000 (08:15 +0200)
committerMartin Johansson <martin@fatbob.nu>
Fri, 8 Aug 2014 06:18:59 +0000 (08:18 +0200)
configure.ac
src/version.h

index d60781fac1c208c1592a386516611a3e04b77c98..5a637e1153c0a4b39f5ee7e7420e66b6004e1e54 100644 (file)
@@ -30,7 +30,7 @@
 
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.63])
-AC_INIT([umurmur], [0.2.14], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur])
+AC_INIT([umurmur], [0.2.15], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur])
 AC_CONFIG_SRCDIR([src/client.h])
 AC_CONFIG_HEADERS([src/config.h])
 AM_INIT_AUTOMAKE
index 941845d50a98d7662a5501f4124025c3c8f25e63..3d8f3c2a69b05d3f07926c1303032205750e28e6 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef VERSION_H_989876
 #define VERSION_H_989876
 
-#define UMURMUR_VERSION "0.2.14"
-#define UMURMUR_CODENAME "Crackpot"
+#define UMURMUR_VERSION "0.2.15"
+#define UMURMUR_CODENAME "Drool"
 
 #endif