From 3de74e927c2886d19770ad69486b42ead97a0842 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Mon, 29 Aug 2016 17:18:06 +0800 Subject: [PATCH] bump version to 0.6.2 Signed-off-by: Lai Jiangshan --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0803430a..7f49219c 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([hyperstart], [0.6.0], [www.hyper.sh]) +AC_INIT([hyperstart], [0.6.2], [www.hyper.sh]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AM_EXTRA_RECURSIVE_TARGETS([initrd cbfs kernel]) AC_CONFIG_SRCDIR([src/init.c])