Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbui78 committed Jun 23, 2023
1 parent 9657fc1 commit 29b5738
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/common_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#include "dzversion.h"

// Version number for Common
#define COMMON_MAJOR 2022
#define COMMON_MINOR 2
#define COMMON_REV 15
#define COMMON_BUILD 32
#define COMMON_MAJOR 2023
#define COMMON_MINOR 1
#define COMMON_REV 0
#define COMMON_BUILD 42

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

0 comments on commit 29b5738

Please sign in to comment.