Skip to content

Commit ea4103b

Browse files
committed
feat: Add common.h defining core types, version macros, and forward declarations for ProXPL.
1 parent f019334 commit ea4103b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#define PROX_COMMON_H
99

1010
#define PROXPL_VERSION_MAJOR 0
11-
#define PROXPL_VERSION_MINOR 8
11+
#define PROXPL_VERSION_MINOR 9
1212
#define PROXPL_VERSION_PATCH 0
13-
#define PROXPL_VERSION_STRING "0.8.0"
13+
#define PROXPL_VERSION_STRING "0.9.0"
1414
#define PROXPL_VERSION_PRERELEASE ""
1515

1616
#include <stdbool.h>

0 commit comments

Comments
 (0)