Update version info with procxx tag

This commit is contained in:
Berkus Decker 2017-11-27 19:19:01 +02:00
parent bb9e56514e
commit 0c4deb90a1
1 changed files with 4 additions and 3 deletions

View File

@ -20,11 +20,12 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/
#pragma once
#include "core/utils.h"
#include <cstdint>
// #include "core/utils.h"
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1001023;
constexpr str_const AppVersionStr = "1.1.23";
constexpr str_const AppVersionStr = "1.1.23-procxx";
constexpr bool AppAlphaVersion = false;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;
constexpr uint64_t AppBetaVersion = BETA_VERSION_MACRO;