Skip to content

Commit

Permalink
3.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pokamest committed Aug 28, 2023
1 parent 0822ee6 commit 26f7310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR)

set(PROJECT AmneziaVPN)

project(${PROJECT} VERSION 3.0.9.2
project(${PROJECT} VERSION 3.1.0.0
DESCRIPTION "AmneziaVPN"
HOMEPAGE_URL "https://amnezia.org/"
)
set(RELEASE_DATE "2023-08-16")
set(RELEASE_DATE "2023-08-28")
set(APP_MAJOR_VERSION ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR}.${CMAKE_PROJECT_VERSION_PATCH})

if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
Expand Down

0 comments on commit 26f7310

Please sign in to comment.