Skip to content

Commit dcf515d

Browse files
committed
Bump version to 0.3.0
1 parent 4fb3a37 commit dcf515d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.1)
2-
project(spatialaudio VERSION 0.2.0)
2+
project(spatialaudio VERSION 0.3.0)
33

44
set(CMAKE_CXX_STANDARD 11)
55
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

cmake/spatialaudio.pc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ includedir=${prefix}/include
44

55
Name: libspatialaudio
66
Description: Spatial audio rendering library
7-
Version: 0.2.0
7+
Version: 0.3.0
88
Libs: -L${libdir} -lspatialaudio @MYSOFA_LIB@ -lm -lz
99
Cflags: -I${includedir} @MYSOFA_INCLUDE@

0 commit comments

Comments
 (0)