Skip to content

Commit

Permalink
Update version.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Mar 3, 2024
1 parent 613b7b4 commit 7a20eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#define VER1 "0"
#define VER1_INT 0

#define VER2 "111"
#define VER2_INT 111
#define VER2 "112"
#define VER2_INT 112

#if defined (RELEASE) && !defined (WITH_GIT_INFO)
#define VERSION VER1 "." VER2
Expand Down

0 comments on commit 7a20eea

Please sign in to comment.