File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2.10.8 (stable)
2
+
3
+ Build:
4
+ * Meson build: Perl is not required by new versions of mm-common
5
+ (Kjell Ahlstedt)
6
+ * NMake Makefiles: Support building with VS2022
7
+ (Chun-wei Fan)
8
+
9
+ Documentation:
10
+ * Upgrade the manual from DocBook 4.1 to DocBook 5.0
11
+ (Kjell Ahlstedt)
12
+
13
+
1
14
2.10.7 (stable)
2
15
3
16
Meson build:
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++] , [ 2.10.7 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.10.8 ] ,
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 : ' 2.10.7 ' ,
4
+ version : ' 2.10.8 ' ,
5
5
license : ' LGPLv2.1+' ,
6
6
default_options : [
7
7
' cpp_std=c++11' ,
You can’t perform that action at this time.
0 commit comments