Skip to content

Commit eb8ae52

Browse files
flip to v1.2.5
1 parent a2e256c commit eb8ae52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To get started with Pizza Test, ensure you have the following installed:
4343
# ======================
4444
[wrap-git]
4545
url = https://github.com/fossillogic/fossil-test.git
46-
revision = v1.2.4
46+
revision = v1.2.5
4747

4848
[provide]
4949
fossil-test = fossil_test_dep

code/logic/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// macro definitions
2020
// *****************************************************************************
2121

22-
#define FOSSIL_PIZZA_VERSION "1.2.4"
22+
#define FOSSIL_PIZZA_VERSION "1.2.5"
2323
#define FOSSIL_PIZZA_AUTHOR "Fossil Logic"
2424
#define FOSSIL_PIZZA_WEBSITE "https://fossillogic.com"
2525

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('Pizza Test', 'c', 'cpp',
22
meson_version: '>=1.3.0',
33
license: 'MPL-2.0',
4-
version: '1.2.4',
4+
version: '1.2.5',
55
default_options: ['c_std=c11,c18', 'cpp_std=c++20'])
66

77
subdir('code')

0 commit comments

Comments
 (0)