Skip to content

Commit

Permalink
Bump version to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopezh committed Dec 22, 2023
1 parent f6370bd commit d81bf98
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.4] 2023-12-22
### Added
- PAPI support for TALP metrics
- `libdlb_mpic.so` and `libdlb_mpic_*.so` are C MPI only libraries
Expand Down Expand Up @@ -280,7 +280,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.3...HEAD
[3.4]: https://github.com/bsc-pm/dlb/compare/v3.3...v3.4
[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
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.4a],[dlb@bsc.es])
AC_INIT([DLB],[3.4],[dlb@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.4a'
version = '3.4'
# The full version, including alpha/beta/rc tags.
release = '3.4 alpha'
release = '3.4'

# 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.4a',
version : '3.4',
license: ' LGPL-3.0-or-later',
default_options : [
]
Expand Down

0 comments on commit d81bf98

Please sign in to comment.