diff options
author | 2015-04-01 20:04:29 +0100 | |
---|---|---|
committer | 2015-04-01 20:08:50 +0100 | |
commit | 94bef0108d25da38ad314c936d0c1aec6b07b77b (patch) | |
tree | 6bde35f7798292e6c27937dd7ac91bb5f2ad71a8 | |
parent | ed29ce98c915c1d60375ba8d2a9cf8617582f988 (diff) | |
download | paludis-94bef0108d25da38ad314c936d0c1aec6b07b77b.tar.gz paludis-94bef0108d25da38ad314c936d0c1aec6b07b77b.tar.xz |
Preparation for 2.4.02.4.0
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,11 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +2.4.0: + * Bug fixes. + + * We now use Ruby 2.2, unless --with-ruby-version is specified. + 2.2.0: * Bug fixes. diff --git a/configure.ac b/configure.ac index b14af6401..1a6b8dd11 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl vim: set sw=4 sts=4 ts=4 noet ft=config foldmethod=marker foldmarker={{{,}}} dnl {{{ program, version m4_define([MAJOR_VERSION], [2]) -m4_define([MINOR_VERSION], [2]) +m4_define([MINOR_VERSION], [4]) m4_define([MICRO_VERSION], [0]) m4_define([SUFFIX], []) m4_define([FULL_VERSION], |