From 375bcd9fc969800f4fe1b2a550a5b2e09ff5d432 Mon Sep 17 00:00:00 2001 From: Enno Ruijters Date: Sat, 8 Apr 2023 20:12:13 +0200 Subject: [PATCH] Bump version --- dft2lnt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dft2lnt/CMakeLists.txt b/dft2lnt/CMakeLists.txt index 1fa1554..1999150 100644 --- a/dft2lnt/CMakeLists.txt +++ b/dft2lnt/CMakeLists.txt @@ -2,7 +2,7 @@ project (dft2lnt) set (dft2lnt_VERSION_MAJOR 1) set (dft2lnt_VERSION_MINOR 4) -set (dft2lnt_VERSION_PATCH 0) +set (dft2lnt_VERSION_PATCH 1) ## Needed for bison and flex cmake_minimum_required (VERSION 3.0)