Skip to content

Commit 04f64e4

Browse files
committed
Bump version
1 parent 988eef4 commit 04f64e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8)
22

33
project(sol)
4-
set (VERSION 0.17.1)
4+
set (VERSION 0.18.2)
55
set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
66

77
OPTION(DEBUG "add debug flags" OFF)

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
// Default parameters
6565

66-
#define VERSION "0.17.1"
66+
#define VERSION "0.18.2"
6767
#define DEFAULT_SOCKET_FAMILY INET
6868
#define DEFAULT_LOG_LEVEL DEBUG
6969
#define DEFAULT_CONF_PATH "/etc/sol/sol.conf"

0 commit comments

Comments
 (0)