File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 17
17
cmake_minimum_required (VERSION 3.2 )
18
18
19
19
set (SIGCXX_MAJOR_VERSION 3 )
20
- set (SIGCXX_MINOR_VERSION 0 )
21
- set (SIGCXX_MICRO_VERSION 7 )
20
+ set (SIGCXX_MINOR_VERSION 2 )
21
+ set (SIGCXX_MICRO_VERSION 0 )
22
22
23
23
set (SIGCXX_API_VERSION 3.0 )
24
24
set (PACKAGE_VERSION ${SIGCXX_MAJOR_VERSION} .${SIGCXX_MINOR_VERSION}.${SIGCXX_MICRO_VERSION} )
Original file line number Diff line number Diff line change
1
+ 3.2.0 (stable)
2
+
3
+ * Allow slots with rvalue reference parameters
4
+ (Slava Andrejev) Pull requests #74, #77
5
+
6
+ Build:
7
+ * Meson build: Perl is not required by new versions of mm-common
8
+ (Kjell Ahlstedt)
9
+ * NMake Makefiles: Support building with VS2022
10
+ (Chun-wei Fan)
11
+
12
+ Documentation:
13
+ * Upgrade the manual from DocBook 4.1 to DocBook 5.0
14
+ (Kjell Ahlstedt)
15
+ * ptr_fun(), mem_fun() docs: Remove left-overs from sigc++-2.0
16
+ (Kjell Ahlstedt)
17
+ * Fix links to sigc::slot and sigc::signal
18
+ (Kjell Ahlstedt)
19
+
20
+
1
21
3.0.7 (stable)
2
22
3
23
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++] , [ 3.0.7 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 3.2.0 ] ,
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.7 ' ,
4
+ version : ' 3.2.0 ' ,
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