File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
18
3.0.2 (stable)
2
19
3
20
* Build: Meson build improvements.
Original file line number Diff line number Diff line change 15
15
# # You should have received a copy of the GNU Lesser General Public License
16
16
# # along with this library. If not, see <http://www.gnu.org/licenses/>.
17
17
18
- AC_INIT ( [ libsigc++] , [ 3.0.2 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 3.0.3 ] ,
19
19
[ https://github.com/libsigcplusplus/libsigcplusplus/issues/] ,
20
20
[ libsigc++] , [ https://libsigcplusplus.github.io/libsigcplusplus/] )
21
21
AC_PREREQ ( [ 2.59] )
Original file line number Diff line number Diff line change 1
1
# This file is part of libsigc++.
2
2
3
3
project (' libsigc++' , ' cpp' ,
4
- version : ' 3.0.2 ' ,
4
+ version : ' 3.0.3 ' ,
5
5
license : ' LGPLv2.1+' ,
6
6
default_options : [
7
7
' cpp_std=c++17' ,
You can’t perform that action at this time.
0 commit comments