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

Closed beta version 9049002, set_version script fixed for OS X.

This commit is contained in:
John Preston
2016-06-08 14:02:32 +03:00
parent fadd531fbb
commit a98e3b4a44
3 changed files with 22 additions and 22 deletions

View File

@@ -22,7 +22,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#include "core/basic_types.h"
#define BETA_VERSION_MACRO (9049001ULL)
#define BETA_VERSION_MACRO (9049002ULL)
constexpr int AppVersion = 9049;
constexpr str_const AppVersionStr = "0.9.49";