Skip to content

Commit

Permalink
Changed release date to 11 January 2025 for second pre-release versio…
Browse files Browse the repository at this point in the history
…n for testing.
  • Loading branch information
pngbill committed Jan 11, 2025
1 parent abc305e commit abe109e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/_AIandGitVersionNumbers.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
#define AI_VERSION_BUILD_PART 5

// when changing these string values make sure to also change the corresponding int values below
#define VERSION_DATE_DAY_STR "27"
#define VERSION_DATE_MONTH_STR "12"
#define VERSION_DATE_YEAR_STR "2024"
#define VERSION_DATE_DAY 27
#define VERSION_DATE_MONTH 12
#define VERSION_DATE_YEAR 2024
#define VERSION_DATE_DAY_STR "11"
#define VERSION_DATE_MONTH_STR "1"
#define VERSION_DATE_YEAR_STR "2025"
#define VERSION_DATE_DAY 11
#define VERSION_DATE_MONTH 1
#define VERSION_DATE_YEAR 2025

// set PRE_RELEASE define below to 0 (zero) for normal releases; 1 to indicate "Pre-Release" in About Dialog
#define PRE_RELEASE 1
Expand Down

0 comments on commit abe109e

Please sign in to comment.