Skip to content

Commit 25eb424

Browse files
committed
new version
1 parent 51f9029 commit 25eb424

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
44
cmake_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
)

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
Version 0.7.8
27
* Fix memory access if there are a comment character inside a comment.
38

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(
77
'b_pie=true',
88
'warning_level=3',],
99
license : 'MIT',
10-
version : '0.7.8',
10+
version : '0.7.9',
1111
)
1212

1313
cc = meson.get_compiler('c')

0 commit comments

Comments
 (0)