From 6840a61b42c727f6dec7286580f8cf29455b5dd9 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Sat, 2 May 2015 21:31:23 +0900 Subject: [PATCH] bump version to 0.0.2.26 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 73ca31c..56f0ae3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([roswell],[0.0.2.25],snmsts@gmail.com) +AC_INIT([roswell],[0.0.2.26],snmsts@gmail.com) AM_CONFIG_HEADER(config.h) AC_CONFIG_FILES([Makefile src/Makefile])