From e9cd52d66622f09642d5ddc7c976662e2e60b456 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 31 Dec 2025 12:20:28 +0100 Subject: [PATCH] Release libi2ncommon 2.13 Issue a new release due to all the fixes. No .so version bump needed, ABI stayed the same. --- CMakeLists.txt | 2 +- libi2ncommon.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 07f53fe..14d5ae7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ endif() project(libi2ncommon) # Version settings -set(VERSION 2.12) +set(VERSION 2.13) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}") diff --git a/libi2ncommon.spec b/libi2ncommon.spec index 228482d..5b67304 100644 --- a/libi2ncommon.spec +++ b/libi2ncommon.spec @@ -17,7 +17,7 @@ Summary: library with functions common in Intra2net programs Name: libi2ncommon -Version: 2.12 +Version: 2.13 Release: 1 License: GPLv2 + linking exception Group: Development/Libraries -- 1.7.1