moved the connect button to the center of the screen
This commit is contained in:
parent
29bef052c7
commit
fe08fd3f0a
3 changed files with 7 additions and 4 deletions
|
|
@ -2,11 +2,11 @@ cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR)
|
|||
|
||||
set(PROJECT AmneziaVPN)
|
||||
|
||||
project(${PROJECT} VERSION 4.0.2.1
|
||||
project(${PROJECT} VERSION 4.0.3.1
|
||||
DESCRIPTION "AmneziaVPN"
|
||||
HOMEPAGE_URL "https://amnezia.org/"
|
||||
)
|
||||
set(RELEASE_DATE "2023-08-25")
|
||||
set(RELEASE_DATE "2023-08-26")
|
||||
set(APP_MAJOR_VERSION ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR}.${CMAKE_PROJECT_VERSION_PATCH})
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue