URL: https://github.com/freeipa/freeipa/pull/605 Author: MartinBasti Title: #605: Set development version to 4.5.90 Action: opened
PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/605/head:pr605 git checkout pr605
From 15d41f93adccfb27bc21107379c5a30aafd0a1c5 Mon Sep 17 00:00:00 2001 From: Martin Basti <mba...@redhat.com> Date: Wed, 15 Mar 2017 18:43:25 +0100 Subject: [PATCH] Set development version to 4.5.90 --- VERSION.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.m4 b/VERSION.m4 index cfac2a9..d244641 100644 --- a/VERSION.m4 +++ b/VERSION.m4 @@ -20,7 +20,7 @@ # -> "1.0.0" # ######################################################## define(IPA_VERSION_MAJOR, 4) -define(IPA_VERSION_MINOR, 4) +define(IPA_VERSION_MINOR, 5) define(IPA_VERSION_RELEASE, 90) ########################################################
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code