Skip to content

Commit 2f5d843

Browse files
committed
Version up
1 parent 5af59a4 commit 2f5d843

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* RECENT CHANGES
33
*******************************************************************************
44

5+
=== 0.5.1 ===
6+
57
=== 0.5.0 ===
68
* Initial release.
79
* Base 3D rendering backend.

include/lsp-plug.in/r3d/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
#define LSP_R3D_BASE_MAJOR 0
1212
#define LSP_R3D_BASE_MINOR 5
13-
#define LSP_R3D_BASE_MICRO 0
13+
#define LSP_R3D_BASE_MICRO 1
1414

1515
#endif /* LSP_PLUG_IN_R3D_VERSION_H_ */

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARTIFACT_NAME = lsp-r3d-base-lib
33
ARTIFACT_VARS = LSP_R3D_BASE_LIB
44
ARTIFACT_HEADERS = lsp-plug.in
55
ARTIFACT_EXPORT_ALL = 0
6-
VERSION = 0.5.0
6+
VERSION = 0.5.1-devel
77

88
# List of dependencies
99
TEST_DEPENDENCIES = \

0 commit comments

Comments
 (0)