We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988eef4 commit 04f64e4Copy full SHA for 04f64e4
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 2.8)
2
3
project(sol)
4
-set (VERSION 0.17.1)
+set (VERSION 0.18.2)
5
set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
6
7
OPTION(DEBUG "add debug flags" OFF)
src/config.h
@@ -63,7 +63,7 @@
63
64
// Default parameters
65
66
-#define VERSION "0.17.1"
+#define VERSION "0.18.2"
67
#define DEFAULT_SOCKET_FAMILY INET
68
#define DEFAULT_LOG_LEVEL DEBUG
69
#define DEFAULT_CONF_PATH "/etc/sol/sol.conf"
0 commit comments