17 lines
		
	
	
	
		
			500 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			500 B
		
	
	
	
		
			C++
		
	
	
	
	
	
/*
 | 
						|
This file is part of Telegram Desktop,
 | 
						|
the official desktop application for the Telegram messaging service.
 | 
						|
 | 
						|
For license and copyright information please follow this link:
 | 
						|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
 | 
						|
*/
 | 
						|
#pragma once
 | 
						|
 | 
						|
#include "core/utils.h"
 | 
						|
 | 
						|
#define ALPHA_VERSION_MACRO (1004004002ULL)
 | 
						|
 | 
						|
constexpr int AppVersion = 1004004;
 | 
						|
constexpr str_const AppVersionStr = "1.4.4";
 | 
						|
constexpr bool AppBetaVersion = false;
 | 
						|
constexpr uint64 AppAlphaVersion = ALPHA_VERSION_MACRO;
 |