Skip to content

Commit

Permalink
Version bump to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamilto committed Sep 3, 2015
1 parent af21cd6 commit 9e8a54f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PACKAGE_NAME=patternfly
VERSION=2.1.1
MILESTONE=master
VERSION=2.2.0
MILESTONE=
ifneq ($(MILESTONE),)
SUFFIX:=_$(MILESTONE)
endif
PACKAGE_VERSION=$(VERSION)$(SUFFIX)
PACKAGE_RPM_VERSION=$(VERSION)
# for milestones
PACKAGE_RPM_RELEASE=0.0.$(MILESTONE)
# PACKAGE_RPM_RELEASE=0.0.$(MILESTONE)
# for releases
# PACKAGE_RPM_RELEASE=1
PACKAGE_RPM_RELEASE=1
ABI=2

PREFIX=/usr/local
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly",
"version": "2.1.0",
"version": "2.2.0",
"authors": "Red Hat",
"license": "Apache-2.0",
"homepage": "https://www.patternfly.org",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly",
"version": "2.1.0",
"version": "2.2.0",
"author": "Red Hat",
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit 9e8a54f

Please sign in to comment.