We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe39bbd commit eed705bCopy full SHA for eed705b
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.10.0b") # NOTE: the minor version must match the lastest UI version
14
-set (SOVERSION "2.10.0b" )
+set (VERSION "2.10.0") # NOTE: the minor version must match the lastest UI version
+set (SOVERSION "2.10.0" )
15
16
set (GNUCXX_MINIMUM_VERSION "7.0")
17
0 commit comments