Skip to content

Commit be77afb

Browse files
prepare for upcoming version
1 parent b6488de commit be77afb

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
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
33

44
# Find a suitable compiler, and declare the version and language.
5-
project(DNS-CPP VERSION 1.2.8 LANGUAGES CXX)
5+
project(DNS-CPP VERSION 1.3.2 LANGUAGES CXX)
66

77
# All artefacts should end up at the root of the build dir for convenience
88
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ INCLUDE_DIR = ${PREFIX}/include
33
LIBRARY_DIR = ${PREFIX}/lib
44
export LIBRARY_NAME = dnscpp
55
export SONAME = 1.3
6-
export VERSION = 1.3.1
6+
export VERSION = 1.3.2
77

88
all:
99
$(MAKE) -C src all

0 commit comments

Comments
 (0)