From 8d343221d259b646728da8cf27bb16ba25897b87 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Wed, 11 Oct 2017 15:50:00 +0900 Subject: [PATCH] update VERSION to 0.2.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 79861b792..537b730d5 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([NEXTEPC], [0.1.1], [acetcom@gmail.com]) +AC_INIT([NEXTEPC], [0.2.0], [acetcom@gmail.com]) CORE_CONFIG_NICE(config.nice)