Skip to content

Commit

Permalink
Release v1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirrolot committed Mar 11, 2023
1 parent 8dfc914 commit 2a9df93
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## unreleased

## 1.13.3 - 2023-03-11

### Fixed

- Fix the `DOWNLOAD_EXTRACT_TIMESTAMP` CMake warning (see [datatype99/issues/15](https://github.com/Hirrolot/datatype99/issues/15)).

## 1.13.2 - 2022-05-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Metalang99"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.13.2
PROJECT_NUMBER = 1.13.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'Hirrolot'

# The full version, including alpha/beta/rc tags
release = '1.13.2'
release = '1.13.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion include/metalang99.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define ML99_MAJOR 1
#define ML99_MINOR 13
#define ML99_PATCH 2
#define ML99_PATCH 3

#define ML99_VERSION_COMPATIBLE(x, y, z) \
(ML99_MAJOR == (x) && ((ML99_MINOR == (y) && ML99_PATCH >= (z)) || (ML99_MINOR > (y))))
Expand Down
Binary file modified spec/spec.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion spec/spec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

\begin{document}

\title{Metalang99 Specification (v1.13.2)}
\title{Metalang99 Specification (v1.13.3)}
\date{\today}
\author{Hirrolot \\ e-mail: \href{mailto:[email protected]}{[email protected]}}
\maketitle
Expand Down

0 comments on commit 2a9df93

Please sign in to comment.