Skip to content

Commit

Permalink
Version bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamilto committed Jun 4, 2015
1 parent ecc4fda commit 3788ee1
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=1.2.2
MILESTONE=master
VERSION=1.3.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=1

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": "1.2.1",
"version": "1.3.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": "1.2.1",
"version": "1.3.0",
"author": "Red Hat",
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit 3788ee1

Please sign in to comment.