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

Commit

Permalink
Merge pull request #204 from gnawux/release-0.5
Browse files Browse the repository at this point in the history
release 0.5 of hyper
  • Loading branch information
feiskyer committed Feb 5, 2016
2 parents c44ffae + 559ae72 commit ccb80a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down
2 changes: 1 addition & 1 deletion package/centos/make-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccb80a8

Please sign in to comment.