Skip to content

Commit

Permalink
Bump beta number to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrg committed Mar 2, 2024
1 parent c7d887b commit d3964fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kermit/k95/ckcmai.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ char * ck_cryear = "2024"; /* C-Kermit copyright year */
/*
Temporary from July 2022...
the Windows version is currently seeing monthly beta releases.
As 24 June 2023 the Windows Beta is based on C-Kermit 10.0 Beta.10.
As 3 March 2024 the Windows Beta is based on C-Kermit 10.0 Beta.11.
The Windows and non-Windows Betas happen at different times.
*/
char *ck_s_test = "Beta";
char *ck_s_tver = "11/Windows-05";
char *ck_s_tver = "11/Windows-06";
#else
/* Can also use "Pre-Beta" here for in between "daily" uploads */
char *ck_s_test = "pre-Beta"; /* "Dev","Alpha","pre-Beta","Beta","RC", or "" */
Expand Down

0 comments on commit d3964fe

Please sign in to comment.