From 0c0fe0403c69cc71619154dac4db9bbe62910818 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 19 Feb 2023 00:05:11 +0100 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1355605..f3a8903 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/meson.build b/meson.build index 7c72385..dbeef56 100644 --- a/meson.build +++ b/meson.build @@ -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(