From e44b5991d562602fa6db33267027fffcb8a518e0 Mon Sep 17 00:00:00 2001 From: Paul Bowen-Huggett Date: Tue, 15 Oct 2024 12:07:55 +0200 Subject: [PATCH] Bump version numbers to 1.2.4 (#239) --- CMakeLists.txt | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62b5287a..fdff3eac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ cmake_minimum_required (VERSION 3.22) project (icubaby - VERSION "1.2.3" + VERSION "1.2.4" DESCRIPTION "Little Library to Immediately Convert Unicode" LANGUAGES C CXX ) diff --git a/docs/conf.py b/docs/conf.py index 2c50763b..491d4d0f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = 'icubaby' copyright = '2024, Paul Bowen-Huggett' author = 'Paul Bowen-Huggett' -version = '1.2.3' +version = '1.2.4' release = version # -- General configuration ---------------------------------------------------