Skip to content

Commit

Permalink
[update] version
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrabit committed Feb 25, 2025
1 parent 96c7906 commit 3487d03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/source/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

#include "version_buildnumber.h"

#define MAJOR_VERSION_STR "2024"
#define MAJOR_VERSION_INT 2024
#define MAJOR_VERSION_STR "2025"
#define MAJOR_VERSION_INT 2025

#define SUB_VERSION_STR "01"
#define SUB_VERSION_INT 01
#define SUB_VERSION_STR "02"
#define SUB_VERSION_INT 02

#define RELEASE_NUMBER_STR "1"
#define RELEASE_NUMBER_INT 1
Expand Down

0 comments on commit 3487d03

Please sign in to comment.