From 559ae726854431010afd7b9b95e90a9e1afcdc31 Mon Sep 17 00:00:00 2001 From: Xu Wang Date: Fri, 5 Feb 2016 15:29:30 +0800 Subject: [PATCH] release 0.5 of hyper Signed-off-by: Xu Wang --- configure.ac | 2 +- package/centos/make-rpm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0d2b3cbe..15288cb0 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([hyper], [0.4.0], [hyper.sh]) +AC_INIT([hyper], [0.5.0], [hyper.sh]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AM_EXTRA_RECURSIVE_TARGETS([pkg]) diff --git a/package/centos/make-rpm.sh b/package/centos/make-rpm.sh index 47368bb8..244b2f29 100644 --- a/package/centos/make-rpm.sh +++ b/package/centos/make-rpm.sh @@ -2,7 +2,7 @@ PROJECT=$(readlink -f $(dirname $0)/../..) CENTOS_DIR=${PROJECT}/package/centos -VERSION=0.4 +VERSION=0.5 if [ $# -gt 0 ] ; then VERSION=$1