1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-06-28 00:10:23 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
8bc62fdae4 meson: bump version to 1.0.3 2025-03-08 22:56:40 +03:00
accbd01ad6 README.md: bump copyright year 2025-02-07 16:26:15 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -30,4 +30,4 @@ GPL-3.0-only
See `LICENSE` for more information.
Copyright © 2024 Kirill Primak
Copyright © 2025 Kirill Primak

View File

@ -1,7 +1,7 @@
project(
'dulcepan',
'c',
version: '1.0.2',
version: '1.0.3',
license: 'GPL-3.0-only',
default_options: [
'c_std=c11',