From 7b7893feff65db11fffcfbebac458a4ab9c3ebee Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Sat, 9 Sep 2017 07:52:04 +0800 Subject: [PATCH] bump up version to v1.0.0 Signed-off-by: Lai Jiangshan --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4779325c..057c6561 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.8.1], [www.hyper.sh]) +AC_INIT([hyperstart], [1.0.0], [www.hyper.sh]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AM_EXTRA_RECURSIVE_TARGETS([initrd cbfs kernel]) AC_CONFIG_SRCDIR([src/init.c])