Skip to content

Commit 28f186e

Browse files
committed
bump to 0.17.0
1 parent 4af222f commit 28f186e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.12)
22

3-
project(kiwi VERSION 0.16.1 DESCRIPTION "Kiwi, Korean Intelligent Word Identifier")
3+
project(kiwi VERSION 0.17.0 DESCRIPTION "Kiwi, Korean Intelligent Word Identifier")
44

55
set ( CMAKE_CXX_STANDARD 14 )
66
set ( CMAKE_VERBOSE_MAKEFILE true )

Diff for: bindings/java/kr/pe/bab2min/Kiwi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
public class Kiwi implements AutoCloseable {
1414
private long _inst;
15-
final private static String _version = "0.16.1";
15+
final private static String _version = "0.17.0";
1616

1717
public static class Match {
1818
final static public int none = 0,

Diff for: include/kiwi/Form.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file Form.h
33
* @author bab2min ([email protected])
44
* @brief 형태 및 형태소에 관한 정보를 담는 구조체들이 선언된 헤더
5-
* @version 0.16.1
5+
* @version 0.17.0
66
* @date 2022-09-01
77
*
88
*

Diff for: include/kiwi/Kiwi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file Kiwi.h
33
* @author bab2min ([email protected])
44
* @brief Kiwi C++ API를 담고 있는 헤더 파일
5-
* @version 0.16.1
5+
* @version 0.17.0
66
* @date 2022-09-01
77
*
88
*

Diff for: include/kiwi/Types.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file Types.h
33
* @author bab2min ([email protected])
44
* @brief Kiwi C++ API에 쓰이는 주요 타입들을 모아놓은 헤더 파일
5-
* @version 0.16.1
5+
* @version 0.17.0
66
* @date 2022-09-01
77
*
88
*

Diff for: include/kiwi/capi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file capi.h
33
* @author bab2min ([email protected])
44
* @brief Kiwi C API를 담고 있는 헤더 파일
5-
* @version 0.16.1
5+
* @version 0.17.0
66
* @date 2022-09-01
77
*
88
*

0 commit comments

Comments
 (0)