File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
cmake_policy (SET CMP0091 NEW)
2
2
set (CMAKE_FIND_NO_INSTALL_PREFIX TRUE FORCE)
3
3
cmake_minimum_required (VERSION 3.16)
4
- project (tl2cgen LANGUAGES CXX C VERSION 0.4 .0)
4
+ project (tl2cgen LANGUAGES CXX C VERSION 1.1 .0)
5
5
6
6
set (CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>" )
7
7
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >ml.dmlc</groupId >
7
7
<artifactId >tl2cgen4j</artifactId >
8
- <version >0.4 .0-SNAPSHOT</version >
8
+ <version >1.1 .0-SNAPSHOT</version >
9
9
<packaging >jar</packaging >
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "packager.pep517"
7
7
8
8
[project ]
9
9
name = " tl2cgen"
10
- version = " 0.4 .0-dev"
10
+ version = " 1.1 .0-dev"
11
11
authors = [
12
12
{
name =
" Hyunsu Cho" ,
email =
" [email protected] " }
13
13
]
Original file line number Diff line number Diff line change 1
- 0.4 .0-dev
1
+ 1.1 .0-dev
You can’t perform that action at this time.
0 commit comments