Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
red0124 committed Feb 18, 2023
1 parent e6a9a3b commit 0c0fe04
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)

project(
sgc
VERSION 1.0.0
VERSION 1.1.0
DESCRIPTION "generic algorithms and data structures"
HOMEPAGE_URL "https://github.com/red0124/sgc"
LANGUAGES C
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(
['warning_level=3',
'buildtype=debugoptimized',
'wrap_mode=forcefallback'],
version: '1.0.0',
version: '1.1.0',
meson_version: '>=0.54.0')

sgc_dep = declare_dependency(
Expand Down

0 comments on commit 0c0fe04

Please sign in to comment.