We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af59a4 commit 2f5d843Copy full SHA for 2f5d843
CHANGELOG
@@ -2,6 +2,8 @@
2
* RECENT CHANGES
3
*******************************************************************************
4
5
+=== 0.5.1 ===
6
+
7
=== 0.5.0 ===
8
* Initial release.
9
* Base 3D rendering backend.
include/lsp-plug.in/r3d/version.h
@@ -10,6 +10,6 @@
10
11
#define LSP_R3D_BASE_MAJOR 0
12
#define LSP_R3D_BASE_MINOR 5
13
-#define LSP_R3D_BASE_MICRO 0
+#define LSP_R3D_BASE_MICRO 1
14
15
#endif /* LSP_PLUG_IN_R3D_VERSION_H_ */
project.mk
@@ -3,7 +3,7 @@ ARTIFACT_NAME = lsp-r3d-base-lib
ARTIFACT_VARS = LSP_R3D_BASE_LIB
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_EXPORT_ALL = 0
-VERSION = 0.5.0
+VERSION = 0.5.1-devel
# List of dependencies
TEST_DEPENDENCIES = \
0 commit comments