From 0474da1505db8a2e1489e098f961a0b64aba935d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se> Date: Fri, 9 May 2025 15:55:44 +0200 Subject: [PATCH] Bump version number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6626dd9..7a4f89f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14) include(common.cmake) # THIS is the source for the program version. -set(stupan-version 1.17.2) +set(stupan-version 1.18) project(stupan-kassa VERSION ${stupan-version} LANGUAGES CXX) -- GitLab