Skip to content

Commit 7bbca73

Browse files
committed
Preparing for release
1 parent e6d1a41 commit 7bbca73

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
* RECENT CHANGES
33
*******************************************************************************
44

5-
=== 0.5.6 ===
5+
=== 1.0.0 ===
6+
* Updated build system.
67

78
=== 0.5.5 ===
89
* Updated build system.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#ifndef LSP_PLUG_IN_R3D_VERSION_H_
2323
#define LSP_PLUG_IN_R3D_VERSION_H_
2424

25-
#define LSP_R3D_BASE_LIB_MAJOR 0
26-
#define LSP_R3D_BASE_LIB_MINOR 5
27-
#define LSP_R3D_BASE_LIB_MICRO 6
25+
#define LSP_R3D_BASE_LIB_MAJOR 1
26+
#define LSP_R3D_BASE_LIB_MINOR 0
27+
#define LSP_R3D_BASE_LIB_MICRO 0
2828

2929
#ifdef LSP_R3D_BASE_LIB_BUILTIN
3030
#define LSP_R3D_BASE_LIB_EXPORT

modules.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
#
2020

2121
# Variables that describe dependencies
22-
LSP_COMMON_LIB_VERSION := 1.0.14
22+
LSP_COMMON_LIB_VERSION := 1.0.15
2323
LSP_COMMON_LIB_NAME := lsp-common-lib
2424
LSP_COMMON_LIB_TYPE := src
2525
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2626
LSP_COMMON_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2727

28-
LSP_TEST_FW_VERSION := 1.0.8
28+
LSP_TEST_FW_VERSION := 1.0.9
2929
LSP_TEST_FW_NAME := lsp-test-fw
3030
LSP_TEST_FW_TYPE := src
3131
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git
3232
LSP_TEST_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_TEST_FW_NAME).git
3333

34-
LSP_R3D_IFACE_VERSION := 0.5.2
34+
LSP_R3D_IFACE_VERSION := 1.0.0
3535
LSP_R3D_IFACE_NAME := lsp-r3d-iface
3636
LSP_R3D_IFACE_TYPE := src
3737
LSP_R3D_IFACE_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_IFACE_NAME).git

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ ARTIFACT_NAME = lsp-r3d-base-lib
2424
ARTIFACT_DESC = Base library for implementing and loading 3D rendering backend
2525
ARTIFACT_HEADERS = lsp-plug.in
2626
ARTIFACT_EXPORT_ALL = 0
27-
ARTIFACT_VERSION = 0.5.6-devel
27+
ARTIFACT_VERSION = 1.0.0

0 commit comments

Comments
 (0)