Skip to content

Commit

Permalink
version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 12, 2024
1 parent ebb8b09 commit c42c2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12)
# Ensure built-in policies from CMake are used, (e.g. improved policies for macOS)
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})

project(libeconf VERSION 0.6.2
project(libeconf VERSION 0.6.3
DESCRIPTION "Enhanced config file parser, which merges config files placed in several locations into one."
LANGUAGES C
)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(
'b_pie=true',
'warning_level=3',],
license : 'MIT',
version : '0.6.2',
version : '0.6.3',
)

cc = meson.get_compiler('c')
Expand Down

0 comments on commit c42c2e6

Please sign in to comment.