Skip to content

Commit

Permalink
prepare 3.14.0 RC1 release (i.e. v3.14.0-rc1)
Browse files Browse the repository at this point in the history
version number is 3.13.81

Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Aug 23, 2024
1 parent 82c9a52 commit 7ac7ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 3 )
set( MIRALL_VERSION_MINOR 13 )
set( MIRALL_VERSION_PATCH 50 )
set( MIRALL_VERSION_PATCH 81 )
set( MIRALL_VERSION_YEAR 2024 )
set( MIRALL_SOVERSION 0 )

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '3.13'
version = '3.14'
# The full version, including alpha/beta/rc tags.
release = '3.12.50'
release = '3.13.81'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 7ac7ef1

Please sign in to comment.