Skip to content

Commit 0668477

Browse files
committed
2.8.0
1 parent 8c43928 commit 0668477

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
2.8.0 (stable)
3+
4+
* Documentation: Mention use with CMake.
5+
16
2.7.2 (unstable):
27

38
* Deprecate sigc::ref() and sigc::reference_wrapper(),

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## You should have received a copy of the GNU Lesser General Public License
1616
## along with this library. If not, see <http://www.gnu.org/licenses/>.
1717

18-
AC_INIT([libsigc++], [2.7.2],
18+
AC_INIT([libsigc++], [2.8.0],
1919
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
2020
[libsigc++], [http://libsigc.sourceforge.net/])
2121
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)