Skip to content

Commit

Permalink
prepare for release of v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
likle committed Feb 2, 2024
1 parent 8c1129e commit 88c9c59
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 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.9.2)

# set project name
project(cwalk
VERSION 1.2.7
VERSION 1.2.8
DESCRIPTION "A simple path library"
HOMEPAGE_URL "https://likle.github.io/cwalk/"
LANGUAGES C)
Expand Down
1 change: 0 additions & 1 deletion VERSION.txt

This file was deleted.

2 changes: 1 addition & 1 deletion clib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cwalk",
"repo": "likle/cwalk",
"version": "v1.2.6",
"version": "v1.2.8",
"decription": "libcwalk - path library for C/C++",
"src": [
"src/cwalk.c",
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('cwalk', 'c',
license: 'MIT',
version: files('VERSION.txt'),
version: '1.2.8',
meson_version: '>= 0.57.0'
)

Expand Down

0 comments on commit 88c9c59

Please sign in to comment.