From 2a606c9d27ba93065d84ee4b2a18e41f891e6149 Mon Sep 17 00:00:00 2001 From: Xu Wang Date: Sat, 15 Sep 2018 10:58:20 +0800 Subject: [PATCH] bump version to 1.1 Signed-off-by: Xu Wang --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 57943f67..796e1841 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], [1.0.0], [www.hyper.sh]) +AC_INIT([hyperstart], [1.1.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])