Skip to content

Commit acd152a

Browse files
committed
[skip ci] Version bump.
1 parent 6d88331 commit acd152a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SObjectizer license:
33
/*
44

55
Copyright (c) 2002-2013, JSC Intervale
6-
Copyright (c) 2013-2022, The SObjectizer Project
6+
Copyright (c) 2013-2023, The SObjectizer Project
77
All rights reserved.
88

99
Redistribution and use in source and binary forms, with or without

dev/so_5/cmake/target.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
set(SO_5_VERSION "5.7.4.2")
1+
set(SO_5_VERSION "5.7.4.3")
22
set(SO_5_SHARED_LIB so.${SO_5_VERSION})
33
set(SO_5_STATIC_LIB so_s.${SO_5_VERSION})

dev/so_5/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#pragma once
1414

15-
// The current version is 5.7.4.2
15+
// The current version is 5.7.4.3
1616
//
1717
/*!
1818
* A number next to generation number in SObjectizer's version.
@@ -43,7 +43,7 @@
4343
* or API fixes are added to SObjectizer but SObjectizer API is compatible on
4444
* source-code level.
4545
*/
46-
#define SO_5_VERSION_PATCH 2ull
46+
#define SO_5_VERSION_PATCH 3ull
4747

4848
/*!
4949
* Helper macro for make single number representation of SObjectizer's version.

dev/so_5/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module So5
2-
VERSION = "5.7.4.2"
2+
VERSION = "5.7.4.3"
33
end

0 commit comments

Comments
 (0)