Skip to content

Commit 7ec29ac

Browse files
committed
Version up
1 parent 6f3e247 commit 7ec29ac

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.5 ===
6+
57
=== 0.5.4 ===
68
* Split all interface code into lsp-r3d-iface.
79

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#define LSP_R3D_BASE_LIB_MAJOR 0
2626
#define LSP_R3D_BASE_LIB_MINOR 5
27-
#define LSP_R3D_BASE_LIB_MICRO 4
27+
#define LSP_R3D_BASE_LIB_MICRO 5
2828

2929
#ifdef LSP_R3D_BASE_LIB_BUILTIN
3030
#define LSP_R3D_BASE_LIB_EXPORT

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARTIFACT_DESC = Base library for implementing and loading 3D rende
2424
ARTIFACT_VARS = LSP_R3D_BASE_LIB
2525
ARTIFACT_HEADERS = lsp-plug.in
2626
ARTIFACT_EXPORT_ALL = 0
27-
ARTIFACT_VERSION = 0.5.4
27+
ARTIFACT_VERSION = 0.5.5-devel
2828

2929
# List of dependencies
3030
TEST_DEPENDENCIES = \

0 commit comments

Comments
 (0)