Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit ccb80a8

Browse files
committed
Merge pull request #204 from gnawux/release-0.5
release 0.5 of hyper
2 parents c44ffae + 559ae72 commit ccb80a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([hyper], [0.4.0], [hyper.sh])
5+
AC_INIT([hyper], [0.5.0], [hyper.sh])
66
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
77
AM_EXTRA_RECURSIVE_TARGETS([pkg])
88

package/centos/make-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PROJECT=$(readlink -f $(dirname $0)/../..)
44
CENTOS_DIR=${PROJECT}/package/centos
5-
VERSION=0.4
5+
VERSION=0.5
66

77
if [ $# -gt 0 ] ; then
88
VERSION=$1

0 commit comments

Comments
 (0)