Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Jan 11, 2023
1 parent ddc05c1 commit bebf7c3
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 "110"
#define VER2_INT 110
#define VER2 "111"
#define VER2_INT 111

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

0 comments on commit bebf7c3

Please sign in to comment.