From 2038e35a66ae00859799886f8e5258649b726088 Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Sun, 18 Mar 2012 20:21:13 +0100 Subject: [PATCH] Update to version 0.2.10 --- configure.ac | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7d39d9a..8f3b954 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/src/version.h b/src/version.h index ecdea45..59b74fb 100644 --- a/src/version.h +++ b/src/version.h @@ -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 -- 2.30.2