Skip to content

Commit 7e20b36

Browse files
committed
3.0.3
1 parent 2acde6c commit 7e20b36

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
3.0.3 (stable)
2+
3+
Build:
4+
* docs/docs/reference/meson.build: Check if perl is found
5+
(Kjell Ahlstedt) Issue #53 (Rasmus Thomsen)
6+
* README.md: Describe building with Meson
7+
(Kjell Ahlstedt)
8+
9+
Examples:
10+
* Add example of using libsigc++ with Qt
11+
(Robert Middleton) Pull request #35
12+
13+
Tests:
14+
* Replace C-style casts with static_cast<>
15+
(Lennard Berger)
16+
17+
118
3.0.2 (stable)
219

320
* Build: Meson build improvements.

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++], [3.0.2],
18+
AC_INIT([libsigc++], [3.0.3],
1919
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
2020
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
2121
AC_PREREQ([2.59])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is part of libsigc++.
22

33
project('libsigc++', 'cpp',
4-
version: '3.0.2',
4+
version: '3.0.3',
55
license: 'LGPLv2.1+',
66
default_options: [
77
'cpp_std=c++17',

0 commit comments

Comments
 (0)