Path fix
This commit is contained in:
parent
a8c07ce7f0
commit
c515e31779
|
@ -4,7 +4,7 @@ project(caesiumclt)
|
||||||
# The version number.
|
# The version number.
|
||||||
set(VERSION_MAJOR 0)
|
set(VERSION_MAJOR 0)
|
||||||
set(VERSION_MINOR 12)
|
set(VERSION_MINOR 12)
|
||||||
set(VERSION_PATCH 0)
|
set(VERSION_PATCH 1)
|
||||||
|
|
||||||
configure_file(
|
configure_file(
|
||||||
"src/config.h.in"
|
"src/config.h.in"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## Caesium CommandLineTools
|
## Caesium CommandLineTools
|
||||||
##### caesium-clt - v0.12.0-beta (build 20180101) - Copyright © Matteo Paonessa, 2018. All Rights Reserved.
|
##### caesium-clt - v0.12.1-beta (build 20180812) - Copyright © Matteo Paonessa, 2018. All Rights Reserved.
|
||||||
[](https://travis-ci.org/Lymphatus/caesium-clt)
|
[](https://travis-ci.org/Lymphatus/caesium-clt)
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@
|
||||||
----------
|
----------
|
||||||
|
|
||||||
###### TESTED PLATFORMS
|
###### TESTED PLATFORMS
|
||||||
* Mac OS X High Sierra (v10.13.1)
|
* Mac OS X High Sierra (v10.13.6)
|
||||||
* Ubuntu 16.04
|
* Ubuntu 18.04
|
||||||
* Windows 10
|
* Windows 10
|
||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Reference in New Issue