Skip to content

Commit 83c58df

Browse files
committed
Release v3.5.0
1 parent dc0e8b3 commit 83c58df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15)
22

33
set(LUNASVG_VERSION_MAJOR 3)
4-
set(LUNASVG_VERSION_MINOR 4)
4+
set(LUNASVG_VERSION_MINOR 5)
55
set(LUNASVG_VERSION_MICRO 0)
66

77
project(lunasvg LANGUAGES CXX VERSION ${LUNASVG_VERSION_MAJOR}.${LUNASVG_VERSION_MINOR}.${LUNASVG_VERSION_MICRO})

include/lunasvg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#endif
5050

5151
#define LUNASVG_VERSION_MAJOR 3
52-
#define LUNASVG_VERSION_MINOR 4
52+
#define LUNASVG_VERSION_MINOR 5
5353
#define LUNASVG_VERSION_MICRO 0
5454

5555
#define LUNASVG_VERSION_ENCODE(major, minor, micro) (((major) * 10000) + ((minor) * 100) + ((micro) * 1))

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('lunasvg', 'cpp',
2-
version: '3.4.0',
2+
version: '3.5.0',
33
license: 'MIT',
44
meson_version: '>=0.59.0',
55
default_options: ['cpp_std=c++17']

0 commit comments

Comments
 (0)