summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2024-02-06 23:51:36 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2024-02-06 23:51:36 +0200
commit309df647b8e2c7c6ad19ba7f01f0b6ccccc15c4e (patch)
treec1ed823eaddc0e9af612533e21d5b0b0ea4f0ee9 /meson.build
parenta91fe2d7e9bac5717662a1250836bdf4216d3ba0 (diff)
build: bump version to 1.11.28
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index ab14d15..42b8075 100644
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@
################################################################################
# project setup
project('mu', ['c', 'cpp'],
- version: '1.11.27',
+ version: '1.11.28',
meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later',
default_options : [
@@ -28,7 +28,7 @@ project('mu', ['c', 'cpp'],
# hard-code the date here (for reproduciblity); we derive the dates used in e.g.
# documentation from this.
-mu_date='2024-01-01'
+mu_date='2024-02-06'
# installation paths
prefixdir = get_option('prefix')