We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b594c83 commit 325df7eCopy full SHA for 325df7e
CMakeLists.txt
@@ -10,8 +10,8 @@ endif (APPLE)
10
set (PROJECT_NAME "AirDC++ Web Client")
11
set (TAG_APPLICATION "AirDC++w")
12
set (APPLICATION_ID "airdcpp-web")
13
-set (VERSION "2.11.4b") # NOTE: the minor version must match the lastest UI version
14
-set (SOVERSION "2.11.4b" )
+set (VERSION "2.11.4") # NOTE: the minor version must match the lastest UI version
+set (SOVERSION "2.11.4" )
15
16
set (GNUCXX_MINIMUM_VERSION "7.0")
17
0 commit comments