diff options
author | TingPing <TingPing@users.noreply.github.com> | 2014-08-07 16:30:28 -0400 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2014-08-07 16:30:28 -0400 |
commit | 8f9ed6d942125fda6b4d9da7ebd9d86b5744a298 (patch) | |
tree | 88ac647919a1974234ff7308b3277cb61ebc4239 | |
parent | 422edd8812090ee34d537c9b4ebe32f525949edc (diff) |
Bump master to development release 2.11.0
To anybody confused this is not the next stable release, it is just a way to differentiate master from the 2.10 branch and next stable will be 2.12.0 similar to Gnome's versioning scheme.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a3a0d323..61feba80 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([HexChat],[2.10.0]) +AC_INIT([HexChat],[2.11.0]) AC_PREREQ([2.60]) AC_COPYRIGHT([Copyright (C) 1998-2010 Peter Zelezny]) |