Skip to content

Commit

Permalink
build,include: bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Dec 9, 2023
1 parent 4d3e68a commit 00d3f7c
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 @@ -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/")
Expand Down
2 changes: 1 addition & 1 deletion include/libsshtunnel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/**
Expand Down

0 comments on commit 00d3f7c

Please sign in to comment.