mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Merge branch 'master' into dev
This commit is contained in:
@@ -20,8 +20,8 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
static const int32 AppVersion = 9032;
|
static const int32 AppVersion = 9033;
|
||||||
static const wchar_t *AppVersionStr = L"0.9.32";
|
static const wchar_t *AppVersionStr = L"0.9.33";
|
||||||
static const bool DevVersion = false;
|
static const bool DevVersion = false;
|
||||||
//#define BETA_VERSION (9030002ULL) // just comment this line to build public version
|
//#define BETA_VERSION (9030002ULL) // just comment this line to build public version
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AppVersion 9032
|
AppVersion 9033
|
||||||
AppVersionStrMajor 0.9
|
AppVersionStrMajor 0.9
|
||||||
AppVersionStrSmall 0.9.32
|
AppVersionStrSmall 0.9.33
|
||||||
AppVersionStr 0.9.32
|
AppVersionStr 0.9.33
|
||||||
DevChannel 0
|
DevChannel 0
|
||||||
BetaVersion 0 9030002
|
BetaVersion 0 9030002
|
||||||
|
Reference in New Issue
Block a user