Skip to content

Commit e1e88f1

Browse files
committed
Preparing for release
1 parent 0515c03 commit e1e88f1

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG

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

5-
=== 0.5.15 ===
5+
=== 1.0.0 ===
6+
* Updated build scripts.
7+
* Added Eclipse project files.
68

79
=== 0.5.14 ===
810
* Updated build system.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
#define LSP_PLUG_IN_DSP_VERSION_H_
2424

2525
// Define version of headers
26-
#define LSP_DSP_LIB_MAJOR 0
27-
#define LSP_DSP_LIB_MINOR 5
28-
#define LSP_DSP_LIB_MICRO 15
26+
#define LSP_DSP_LIB_MAJOR 1
27+
#define LSP_DSP_LIB_MINOR 0
28+
#define LSP_DSP_LIB_MICRO 0
2929

3030
#ifdef LSP_DSP_LIB_BUILTIN
3131
#define LSP_DSP_LIB_CPPEXPORT

modules.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
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 := [email protected]: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

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ ARTIFACT_ID = LSP_DSP_LIB
2323
ARTIFACT_NAME = lsp-dsp-lib
2424
ARTIFACT_DESC = DSP library for digital signal processing
2525
ARTIFACT_HEADERS = lsp-plug.in
26-
ARTIFACT_VERSION = 0.5.15-devel
26+
ARTIFACT_VERSION = 1.0.0

0 commit comments

Comments
 (0)