Skip to content

Commit

Permalink
bump to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Oct 31, 2023
1 parent 38dbde0 commit f853ffe
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)

project(kiwi VERSION 0.16.0 DESCRIPTION "Kiwi, Korean Intelligent Word Identifier")
project(kiwi VERSION 0.16.1 DESCRIPTION "Kiwi, Korean Intelligent Word Identifier")

set ( CMAKE_CXX_STANDARD 14 )
set ( CMAKE_VERBOSE_MAKEFILE true )
Expand Down
2 changes: 1 addition & 1 deletion include/kiwi/Form.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file Form.h
* @author bab2min ([email protected])
* @brief 형태 및 형태소에 관한 정보를 담는 구조체들이 선언된 헤더
* @version 0.15.0
* @version 0.16.1
* @date 2022-09-01
*
*
Expand Down
2 changes: 1 addition & 1 deletion include/kiwi/Kiwi.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file Kiwi.h
* @author bab2min ([email protected])
* @brief Kiwi C++ API를 담고 있는 헤더 파일
* @version 0.15.0
* @version 0.16.1
* @date 2022-09-01
*
*
Expand Down
2 changes: 1 addition & 1 deletion include/kiwi/Macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

#define KIWI_VERSION_MAJOR 0
#define KIWI_VERSION_MINOR 16
#define KIWI_VERSION_PATCH 0
#define KIWI_VERSION_PATCH 1

#define KIWI_VERSION_STRING KIWI_STR(KIWI_VERSION_MAJOR) "." KIWI_STR(KIWI_VERSION_MINOR) "." KIWI_STR(KIWI_VERSION_PATCH)
2 changes: 1 addition & 1 deletion include/kiwi/SwTokenizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file SwTokenizer.h
* @author bab2min ([email protected])
* @brief Subword Tokenizer
* @version 0.15.0
* @version 0.16.1
* @date 2022-07-28
*
*
Expand Down
4 changes: 2 additions & 2 deletions include/kiwi/Types.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
/**
* @file Types.h
* @author bab2min ([email protected])
* @brief Kiwi C++ API에 쓰이는 주요 타입들을 모아놓은 헤더 파일
* @version 0.15.0
* @version 0.16.1
* @date 2022-09-01
*
*
Expand Down
2 changes: 1 addition & 1 deletion include/kiwi/capi.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file capi.h
* @author bab2min ([email protected])
* @brief Kiwi C API를 담고 있는 헤더 파일
* @version 0.15.0
* @version 0.16.1
* @date 2022-09-01
*
*
Expand Down

0 comments on commit f853ffe

Please sign in to comment.