File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.12 )
2
- project (Gist VERSION 1.0.6 )
2
+ project (Gist VERSION 1.0.7 )
3
3
4
4
set (CMAKE_CXX_STANDARD 11 )
5
5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Gist - An Audio Analysis Library
4
4
==================================
5
5
6
6
<!-- Version and License Badges -->
7
- ![ Version] ( https://img.shields.io/badge/version-1.0.6 -green.svg?style=flat-square )
7
+ ![ Version] ( https://img.shields.io/badge/version-1.0.7 -green.svg?style=flat-square )
8
8
![ License] ( https://img.shields.io/badge/license-GPL-blue.svg?style=flat-square )
9
9
![ Language] ( https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square )
10
10
@@ -130,6 +130,10 @@ Now we can retrieve some audio features.
130
130
Version History
131
131
---------------
132
132
133
+ === 1.0.7 === (18th September 2021)
134
+
135
+ * Automated builds on all major platforms
136
+
133
137
=== 1.0.6 === (21st October 2020)
134
138
135
139
* CMake support
You can’t perform that action at this time.
0 commit comments