Skip to content

Commit

Permalink
Merge pull request #23 from jtpalmer/update-version-numbers
Browse files Browse the repository at this point in the history
Update version numbers
  • Loading branch information
jtpalmer authored May 10, 2017
2 parents 6c31859 + 646ede6 commit b4dfcc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdmod-appkernels",
"version": "6.5.0",
"version": "6.6.0",
"release": "1.0",
"files": {
"include_paths": [
Expand Down
2 changes: 1 addition & 1 deletion configuration/portal_settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appkernels = "on"
[appkernels-general]

; The version number is updated during the upgrade process.
version = "6.5.0"
version = "6.6.0"

; App kernel database and metric configuration.
[appkernel]
Expand Down
2 changes: 1 addition & 1 deletion xdmod-appkernels.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Source: %{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
BuildRequires: php-cli
Requires: xdmod >= 6.5.0
Requires: xdmod >= 6.6.0

%description
This package provides application kernel support for Open XDMoD. The
Expand Down

0 comments on commit b4dfcc4

Please sign in to comment.