Skip to content

Commit 60340c5

Browse files
committed
build: bump version to 1.12.9
1 parent 0ea6fd4 commit 60340c5

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ ifneq (${MU_HACKER},)
4141
MESON_FLAGS:=$(MESON_FLAGS) '-Dbuildtype=debug' \
4242
'-Db_sanitize=address' \
4343
'-Dreadline=enabled' \
44-
'-Dcpp_debugstl=enabled' \
4544
'-Dcpp_std=c++23'
4645
endif
4746

meson.build

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
################################################################################
1818
# project setup
1919
project('mu', ['c', 'cpp'],
20-
version: '1.12.8',
20+
version: '1.12.9',
2121
meson_version: '>= 0.56.0',
2222
license: 'GPL-3.0-or-later',
2323
default_options : [
@@ -28,7 +28,7 @@ project('mu', ['c', 'cpp'],
2828

2929
# hard-code the date here (for reproducibility); we derive the dates used in e.g.
3030
# documentation from this.
31-
mu_date='2024-12-17'
31+
mu_date='2025-02-26'
3232

3333
# installation paths
3434
prefixdir = get_option('prefix')
@@ -322,8 +322,6 @@ if gmime_dep.version() == '3.2.13'
322322
warning('See: https://github.com/jstedfast/gmime/issues/133')
323323
endif
324324

325-
326-
327325
# Local Variables:
328326
# indent-tabs-mode: nil
329327
# End:

0 commit comments

Comments
 (0)