Skip to content

Commit 5337c43

Browse files
committed
Release v1.13.5
1 parent 1988e9e commit 5337c43

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## unreleased
99

10+
## 1.13.5 - 2025-03-17
11+
1012
### Fixed
1113

1214
- Update the minimum required CMake version to 3.10.0 due to deprecation ([issue #33](https://github.com/hirrolot/metalang99/issues/33)).

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Metalang99"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.13.4
41+
PROJECT_NUMBER = 1.13.5
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = 'hirrolot'
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = '1.13.4'
28+
release = '1.13.5'
2929

3030

3131
# -- General configuration ---------------------------------------------------

include/metalang99.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#define ML99_MAJOR 1
2525
#define ML99_MINOR 13
26-
#define ML99_PATCH 4
26+
#define ML99_PATCH 5
2727

2828
#define ML99_VERSION_COMPATIBLE(x, y, z) \
2929
(ML99_MAJOR == (x) && ((ML99_MINOR == (y) && ML99_PATCH >= (z)) || (ML99_MINOR > (y))))

spec/spec.pdf

57 Bytes
Binary file not shown.

spec/spec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
\begin{document}
2626

27-
\title{Metalang99 Specification (v1.13.4)}
27+
\title{Metalang99 Specification (v1.13.5)}
2828
\date{\today}
2929
\author{\texttt{hirrolot} \\ e-mail: \href{mailto:[email protected]}{[email protected]}}
3030
\maketitle

0 commit comments

Comments
 (0)