Skip to content

Commit

Permalink
prepare makefiles for upcoming 1.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes committed Jul 1, 2022
1 parent 9e45ef3 commit 01428bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)

# Find a suitable compiler, and declare the version and language.
project(DNS-CPP VERSION 1.2.3 LANGUAGES CXX)
project(DNS-CPP VERSION 1.2.4 LANGUAGES CXX)

# All artefacts should end up at the root of the build dir for convenience
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ INCLUDE_DIR = ${PREFIX}/include
LIBRARY_DIR = ${PREFIX}/lib
export LIBRARY_NAME = dnscpp
export SONAME = 1.2
export VERSION = 1.2.3
export VERSION = 1.2.4

all:
$(MAKE) -C src all
Expand Down

0 comments on commit 01428bc

Please sign in to comment.