File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12)
33# Ensure built-in policies from CMake are used, (e.g. improved policies for macOS)
44cmake_policy (VERSION ${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} )
55
6- project (libeconf VERSION 0.7.8
6+ project (libeconf VERSION 0.7.9
77 DESCRIPTION "Enhanced config file parser, which merges config files placed in several locations into one."
88 LANGUAGES C
99 )
Original file line number Diff line number Diff line change 1+ Version 0.7.9
2+ * Comments can include comment character tag multiple time.
3+ * Fixed static library declaration in meason
4+ * Fixed versioning in cmake
5+
16Version 0.7.8
27* Fix memory access if there are a comment character inside a comment.
38
Original file line number Diff line number Diff line change 77 ' b_pie=true' ,
88 ' warning_level=3' ,],
99 license : ' MIT' ,
10- version : ' 0.7.8 ' ,
10+ version : ' 0.7.9 ' ,
1111)
1212
1313cc = meson .get_compiler(' c' )
You can’t perform that action at this time.
0 commit comments