summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-16 13:32:41 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-03-16 13:32:41 +0100
commit06684777d5e17ba34150e67e787c04af59f1bed5 (patch)
tree66b9a9cb41a9dfbae771fa68e934da0314bd6e34
parent8c43928ba43cb405adb9f5a5032dc82b5e16381b (diff)
downloadsigc++-06684777d5e17ba34150e67e787c04af59f1bed5.tar.gz
2.8.02.8.0
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d807f07..987541b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+
+2.8.0 (stable)
+
+* Documentation: Mention use with CMake.
+
2.7.2 (unstable):
* Deprecate sigc::ref() and sigc::reference_wrapper(),
diff --git a/configure.ac b/configure.ac
index 6893484..4ca1da9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libsigc++], [2.7.2],
+AC_INIT([libsigc++], [2.8.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])