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 4fcd79d commit be1de05Copy full SHA for be1de05
CMakeLists.txt
@@ -2,7 +2,7 @@
2
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
3
4
# Find a suitable compiler, and declare the version and language.
5
-project(DNS-CPP VERSION 1.2.7 LANGUAGES CXX)
+project(DNS-CPP VERSION 1.2.8 LANGUAGES CXX)
6
7
# All artefacts should end up at the root of the build dir for convenience
8
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
Makefile
@@ -3,7 +3,7 @@ INCLUDE_DIR = ${PREFIX}/include
LIBRARY_DIR = ${PREFIX}/lib
export LIBRARY_NAME = dnscpp
export SONAME = 1.2
-export VERSION = 1.2.7
+export VERSION = 1.2.8
all:
9
$(MAKE) -C src all
0 commit comments