From 4e54763243ac06df01562bce57f9dfd717835c30 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Fri, 1 Aug 2014 03:42:44 +0900 Subject: [PATCH] version 0.0.0.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 75e6097..f8ea7ec 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([lsp],[0.0.0],snmsts@gmail.com) +AC_INIT([lsp],[0.0.0.1],snmsts@gmail.com) AM_CONFIG_HEADER(config.h) AC_CONFIG_FILES([Makefile src/Makefile])