Skip to content

Commit

Permalink
version 1.7 (2023-11-25)
Browse files Browse the repository at this point in the history
  • Loading branch information
treellama committed Nov 25, 2023
1 parent 04a826b commit ff62a8c
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.7b1"
#define A1_DISPLAY_DATE_VERSION "2023-10-01"
#define A1_DATE_VERSION "20231001"
#define A1_DISPLAY_VERSION "1.7"
#define A1_DISPLAY_DATE_VERSION "2023-11-25"
#define A1_DATE_VERSION "20231125"

#ifdef WIN32
#define WIN_VERSION_STRING 0,2023,10,01 // <-- don't forget to update that for windows releases
#define WIN_VERSION_STRING 0,2023,11,25 // <-- 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 ff62a8c

Please sign in to comment.