Update to 0.2.14
authorMartin Johansson <martin@fatbob.nu>
Thu, 14 Nov 2013 20:34:31 +0000 (21:34 +0100)
committerMartin Johansson <martin@fatbob.nu>
Thu, 14 Nov 2013 20:34:31 +0000 (21:34 +0100)
configure.ac
src/version.h

index c2404cb9737d27a225cb641abb8530642a7ebdbd..121ec56a03f480073f9880416001ae440d2d69be 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.13], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur])
+AC_INIT([umurmur], [0.2.14], [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
@@ -84,7 +84,7 @@ AC_TYPE_UINT64_T
 AC_TYPE_UINT8_T
 
 # Checks for library functions.
-AC_CHECK_FUNCS([ftruncate gettimeofday inet_ntoa memchr memmove memset socket strdup strerror strrchr uname poll], [], [AC_MSG_ERROR([missing a required func])])
+AC_CHECK_FUNCS([ftruncate gettimeofday inet_ntoa memchr memmove memset socket strdup strerror strrchr uname poll clock_gettime], [], [AC_MSG_ERROR([missing a required func])])
 
 AC_CONFIG_FILES([Makefile src/Makefile])
 AC_OUTPUT
index b35cd1e7232cbb97f90f86b43b0202df4719015e..941845d50a98d7662a5501f4124025c3c8f25e63 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef VERSION_H_989876
 #define VERSION_H_989876
 
-#define UMURMUR_VERSION "0.2.13"
-#define UMURMUR_CODENAME "Deranged"
+#define UMURMUR_VERSION "0.2.14"
+#define UMURMUR_CODENAME "Crackpot"
 
 #endif