We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc2e52f + 34359f7 commit 7831101Copy full SHA for 7831101
2 files changed
CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
13
14
project(kaldialign CXX)
15
16
-set(KALDIALIGN_VERSION "0.3")
+set(KALDIALIGN_VERSION "0.4")
17
18
if(NOT CMAKE_BUILD_TYPE)
19
set(CMAKE_BUILD_TYPE Release)
MANIFEST.in
@@ -1,3 +1,5 @@
1
include LICENSE
2
include extensions/*
3
-include tests/*
+include tests/*
4
+include CMakeLists.txt
5
+recursive-include cmake *.*
0 commit comments