Skip to content

Commit 9a4b11c

Browse files
Merge pull request #105 from dreamer-coding/bump_to_v1_2_2
updating to version 1.2.2
2 parents b50620d + a5150b7 commit 9a4b11c

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.1
46+
revision = v1.2.2
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.0"
22+
#define FOSSIL_PIZZA_VERSION "1.2.2"
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.1',
4+
version: '1.2.2',
55
default_options: ['c_std=c11,c18', 'cpp_std=c++20'])
66

77
subdir('code')

0 commit comments

Comments
 (0)