Bump the version for next development sprint git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@1540247 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/c654dab8 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/c654dab8 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/c654dab8 Branch: refs/heads/master Commit: c654dab8340e694217dd8b546ed7d1794b6757ea Parents: 9126425 Author: Peter Donald <[email protected]> Authored: Sat Nov 9 02:53:51 2013 +0000 Committer: Peter Donald <[email protected]> Committed: Sat Nov 9 02:53:51 2013 +0000 ---------------------------------------------------------------------- CHANGELOG | 2 ++ lib/buildr/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/c654dab8/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index c1f4cb7..22475b5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.4.16 (Pending) + 1.4.15 (2013-11-06) * Change: Update to TestNG 6.8.7. * Change: Updated the 'test_jar' package type to have a http://git-wip-us.apache.org/repos/asf/buildr/blob/c654dab8/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index 23837af..953ff5e 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.15'.freeze + VERSION = '1.4.16.dev'.freeze end
