Skip to content

Commit

Permalink
Bump version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopezh committed May 15, 2023
1 parent 849f914 commit 96d9a31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]
## [3.3] 2023-05-15
### Added
- Free agent and Role-shift OMPT thread managers to support LeWI with both
implementations
Expand Down Expand Up @@ -248,7 +248,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- Scheduling decisions based on HW locality
- Binary `dlb`

[Unreleased]: https://github.com/bsc-pm/dlb/compare/v3.2...HEAD
[3.3]: https://github.com/bsc-pm/dlb/compare/v3.2...v3.3
[3.2]: https://github.com/bsc-pm/dlb/compare/v3.1...v3.2
[3.1]: https://github.com/bsc-pm/dlb/compare/v3.0...v3.1
[3.0.2]: https://github.com/bsc-pm/dlb/compare/v3.0.1...v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

AC_INIT([DLB],[3.3a],[pm-tools@bsc.es])
AC_INIT([DLB],[3.3],[pm-tools@bsc.es])
AC_CONFIG_SRCDIR([src/LB_core/DLB_kernel.c])

configure_orig_arguments="$@"
Expand Down
4 changes: 2 additions & 2 deletions doc/user_guide/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '3.3a'
version = '3.3'
# The full version, including alpha/beta/rc tags.
release = '3.3 alpha'
release = '3.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('DLB', 'c', 'fortran',
version : '3.3a',
version : '3.3',
license: ' LGPL-3.0-or-later',
default_options : [
]
Expand Down

0 comments on commit 96d9a31

Please sign in to comment.