Skip to content

Commit 1525afc

Browse files
committed
Version up
1 parent b009615 commit 1525afc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

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

5+
=== 1.0.30 ===
6+
7+
58
=== 1.0.29 ===
69
* Implemented simple compressor for Wavefront OBJ files.
710
* Fixed bug in determining file size for Unix-like systems.

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

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

2525
#define LSP_RUNTIME_LIB_MAJOR 1
2626
#define LSP_RUNTIME_LIB_MINOR 0
27-
#define LSP_RUNTIME_LIB_MICRO 29
27+
#define LSP_RUNTIME_LIB_MICRO 30
2828

2929
#if defined(LSP_RUNTIME_LIB_PUBLISHER)
3030
#define LSP_RUNTIME_LIB_PUBLIC LSP_EXPORT_MODIFIER

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_RUNTIME_LIB
2323
ARTIFACT_NAME = lsp-runtime-lib
2424
ARTIFACT_DESC = Runtime library used by LSP Project for plugin development
2525
ARTIFACT_HEADERS = lsp-plug.in
26-
ARTIFACT_VERSION = 1.0.29
26+
ARTIFACT_VERSION = 1.0.30-devel
2727
ARTIFACT_EXPORT_SYMBOLS = 1

0 commit comments

Comments
 (0)