From 00d3f7c2c0552deae9b516a0c2e95d53c1f2ea74 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 9 Dec 2023 20:55:14 +0100 Subject: [PATCH] build,include: bump minor version --- CMakeLists.txt | 2 +- include/libsshtunnel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4519f8..0475fe0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # SPDX-License-Identifier: BSD-3-Clause # cmake_minimum_required(VERSION 3.10) -project(libsshtunnel VERSION 0.1.0 LANGUAGES C) +project(libsshtunnel VERSION 0.2.0 LANGUAGES C) include(CheckIncludeFile) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/") diff --git a/include/libsshtunnel.h b/include/libsshtunnel.h index b0b7142..6ecc432 100644 --- a/include/libsshtunnel.h +++ b/include/libsshtunnel.h @@ -10,7 +10,7 @@ #define LIBSSHTUNNEL_H #define LIBSSHTUNNEL_VERSION_MAJOR 0 -#define LIBSSHTUNNEL_VERSION_MINOR 1 +#define LIBSSHTUNNEL_VERSION_MINOR 2 #define LIBSSHTUNNEL_VERSION_PATCH 0 /**