Skip to content

Commit 29b5738

Browse files
committed
Version Update
1 parent 9657fc1 commit 29b5738

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/common_version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#include "dzversion.h"
33

44
// Version number for Common
5-
#define COMMON_MAJOR 2022
6-
#define COMMON_MINOR 2
7-
#define COMMON_REV 15
8-
#define COMMON_BUILD 32
5+
#define COMMON_MAJOR 2023
6+
#define COMMON_MINOR 1
7+
#define COMMON_REV 0
8+
#define COMMON_BUILD 42
99

1010
#define COMMON_VERSION DZ_MAKE_VERSION( COMMON_MAJOR, COMMON_MINOR, COMMON_REV, COMMON_BUILD )

0 commit comments

Comments
 (0)