Skip to content

Commit 1f7e82d

Browse files
committed
Bump version number
1 parent ed53e61 commit 1f7e82d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR 0
22
VERSION_MINOR 4
3-
VERSION_PATCH 4
3+
VERSION_PATCH 5

libecole/include/ecole/version.hpp.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ struct VersionInfo {
1616
*/
1717
inline constexpr VersionInfo get_version() noexcept {
1818
return {
19+
// NOLINTNEXTLINE(readability-magic-numbers)
1920
@Ecole_VERSION_MAJOR@, @Ecole_VERSION_MINOR@, @Ecole_VERSION_PATCH@, "@GIT_REVISION@"
2021
};
2122
}

0 commit comments

Comments
 (0)