Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To get started with Pizza Test, ensure you have the following installed:
# ======================
[wrap-git]
url = https://github.com/fossillogic/fossil-test.git
revision = v1.2.1
revision = v1.2.2

[provide]
fossil-test = fossil_test_dep
Expand Down
2 changes: 1 addition & 1 deletion code/logic/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// macro definitions
// *****************************************************************************

#define FOSSIL_PIZZA_VERSION "1.2.0"
#define FOSSIL_PIZZA_VERSION "1.2.2"
#define FOSSIL_PIZZA_AUTHOR "Fossil Logic"
#define FOSSIL_PIZZA_WEBSITE "https://fossillogic.com"

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('Pizza Test', 'c', 'cpp',
meson_version: '>=1.3.0',
license: 'MPL-2.0',
version: '1.2.1',
version: '1.2.2',
default_options: ['c_std=c11,c18', 'cpp_std=c++20'])

subdir('code')