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 Jan 7, 2024
1 parent 697cd52 commit 7e2f9c5
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.2.0 LANGUAGES C)
project(libsshtunnel VERSION 0.3.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 2
#define LIBSSHTUNNEL_VERSION_MINOR 3
#define LIBSSHTUNNEL_VERSION_PATCH 0

/**
Expand Down

0 comments on commit 7e2f9c5

Please sign in to comment.