From 2941ae1f340a3e6b8b262cebfe1580247fc96982 Mon Sep 17 00:00:00 2001 From: Matthias Meulien Date: Fri, 20 Oct 2023 13:52:17 +0200 Subject: [PATCH] Prepare for next version --- NEWS.md | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 3803ad4..b2689cb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +### Changed + +### Removed + ## [1.4.0] - 2023-10-19 ### Added diff --git a/meson.build b/meson.build index 46472f7..80b96b7 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'taranis', 'cpp', - version: '1.4.0', + version: '1.5.0-pre', meson_version: '>= 0.61.2', default_options : [ 'cpp_std=c++17',