Skip to content

Commit

Permalink
Update alephversion for 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolfering committed Jan 19, 2023
1 parent 334dd8d commit 1bbfceb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source_Files/Misc/alephversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ ALEPHVERSION.H


#define A1_DISPLAY_NAME "Aleph One"
#define A1_DISPLAY_VERSION "1.6"
#define A1_DISPLAY_DATE_VERSION "2022-11-26"
#define A1_DATE_VERSION "20221126"
#define A1_DISPLAY_VERSION "1.6.1"
#define A1_DISPLAY_DATE_VERSION "2023-01-19"
#define A1_DATE_VERSION "20230119"

#ifdef WIN32
#define WIN_VERSION_STRING 0,2022,11,26 // <-- don't forget to update that for windows releases
#define WIN_VERSION_STRING 0,2023,01,19 // <-- don't forget to update that for windows releases
#define A1_DISPLAY_PLATFORM "Windows"
#define A1_UPDATE_PLATFORM "windows"
#elif defined (__APPLE__) && defined(__MACH__)
Expand Down

0 comments on commit 1bbfceb

Please sign in to comment.