From 65d66ee6f76df8a90a3f932d3ad3a2c005c0dfc9 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Wed, 12 Jan 2022 22:08:18 +0000 Subject: [PATCH] (packaging) Bump to version '1.12.8' [no-promote] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae4bd8a2..8c6b0e33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.2.2) -project(leatherman VERSION 1.12.7) +project(leatherman VERSION 1.12.8) option(DYNAMICBASE "Add dynamicbase linker option" ON) if (WIN32)