From a72edf01d55ca1484aaa25ca78abd3616fff4f2e Mon Sep 17 00:00:00 2001 From: Robb Hamilton Date: Mon, 12 Oct 2015 14:33:58 -0400 Subject: [PATCH] Version bump to v2.4.0 --- Makefile | 8 ++++---- bower.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 523cade22f..975aadaf12 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ PACKAGE_NAME=patternfly -VERSION=2.3.1 -MILESTONE=master +VERSION=2.4.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 diff --git a/bower.json b/bower.json index 75d0035a25..f53272e8d5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "patternfly", - "version": "2.3.0", + "version": "2.4.0", "authors": "Red Hat", "license": "Apache-2.0", "homepage": "https://www.patternfly.org", diff --git a/package.json b/package.json index afb692e1a9..c961fa4e62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patternfly", - "version": "2.3.0", + "version": "2.4.0", "author": "Red Hat", "license": "Apache-2.0", "devDependencies": {