2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Version 0.10.5: new settings. First stable version on GYP.

This commit is contained in:
John Preston
2016-09-12 15:02:52 +03:00
parent 1629793ace
commit a62a47098e
8 changed files with 29 additions and 22 deletions

View File

@@ -22,9 +22,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#include "core/basic_types.h"
#define BETA_VERSION_MACRO (10004001ULL)
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 10004;
constexpr str_const AppVersionStr = "0.10.4";
constexpr int AppVersion = 10005;
constexpr str_const AppVersionStr = "0.10.5";
constexpr bool AppAlphaVersion = false;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;