mirror of https://github.com/procxx/kepka.git
0.8.42.dev version ready - dev updates to stable, new mac32 update url (for old OS X versions)
This commit is contained in:
parent
b0d67a65a8
commit
b5d7af65f8
|
@ -5,7 +5,7 @@ set "AppVersion=8042"
|
|||
set "AppVersionStrSmall=0.8.42"
|
||||
set "AppVersionStr=0.8.42"
|
||||
set "AppVersionStrFull=0.8.42.0"
|
||||
set "DevChannel=0"
|
||||
set "DevChannel=1"
|
||||
|
||||
if %DevChannel% neq 0 goto preparedev
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
|
|||
|
||||
static const int32 AppVersion = 8042;
|
||||
static const wchar_t *AppVersionStr = L"0.8.42";
|
||||
static const bool DevVersion = false;
|
||||
static const bool DevVersion = true;
|
||||
|
||||
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
|
||||
static const wchar_t *AppName = L"Telegram Desktop";
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
echo 0.8 8042 0.8.42 0
|
||||
echo 0.8 8042 0.8.42 1
|
||||
# AppVersionStrMajor AppVersion AppVersionStr DevChannel
|
||||
|
|
Loading…
Reference in New Issue