Skip to content

Commit 3cae626

Browse files
Bump version to 1.2.2
1 parent 02fba00 commit 3cae626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.1 LANGUAGES CXX)
5+
project(DNS-CPP VERSION 1.2.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})

0 commit comments

Comments
 (0)