From a866e257fd41f9eafef82b932c61a86228ab63ee Mon Sep 17 00:00:00 2001 From: Gao feng Date: Thu, 10 Dec 2015 21:00:10 +0800 Subject: [PATCH] update to v0.3 Signed-off-by: Gao feng --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3b1b6dd..efec743 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.2], [www.hyper.sh]) +AC_INIT([hyperstart], [0.3], [www.hyper.sh]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AM_EXTRA_RECURSIVE_TARGETS([initrd cbfs]) AC_CONFIG_SRCDIR([src/init.c])