Skip to content

Commit

Permalink
Merge pull request #589 from hussamnasir/v2.23
Browse files Browse the repository at this point in the history
Bump version to 2.23
  • Loading branch information
hussamnasir authored Jan 26, 2018
2 parents 46620f4 + e384521 commit 7ce9925
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# GENI Clearinghouse Release Notes

# [Release 2.23](https://github.com/GENI-NSF/geni-ch/milestones/2.23)

## Changes

## Installation Notes

* None


# [Release 2.22](https://github.com/GENI-NSF/geni-ch/milestones/2.22)

## Changes
Expand Down
2 changes: 1 addition & 1 deletion INSTALL-centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ https://github.com/GENI-NSF/geni-ch/releases/latest

```Shell
sudo yum install -y \
https://github.com/GENI-NSF/geni-ch/releases/download/v2.21/geni-chapi-2.21-1.el7.centos.noarch.rpm
https://github.com/GENI-NSF/geni-ch/releases/download/v2.22/geni-chapi-2.22-1.el7.centos.noarch.rpm
```

You can see exactly what files have been installed and what directories
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify package name, version, bug report URL, tar name, and URL
AC_INIT([GENI Clearinghouse], [2.22],
AC_INIT([GENI Clearinghouse], [2.23],
[https://github.com/GENI-NSF/geni-ch/issues], [geni-chapi],
[https://github.com/GENI-NSF/geni-ch])
AM_INIT_AUTOMAKE([foreign -Wall -Wno-portability])
Expand Down
2 changes: 1 addition & 1 deletion geni-chapi.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: geni-chapi
Version: 2.22
Version: 2.23
Release: 1%{?dist}
Summary: GENI clearinghouse
BuildArch: noarch
Expand Down

0 comments on commit 7ce9925

Please sign in to comment.