This commit is contained in:
Matteo Paonessa 2018-08-12 19:00:57 +02:00
parent a8c07ce7f0
commit c515e31779
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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.
[![Build Status](https://travis-ci.org/Lymphatus/caesium-clt.svg?branch=master)](https://travis-ci.org/Lymphatus/caesium-clt) [![Build Status](https://travis-ci.org/Lymphatus/caesium-clt.svg?branch=master)](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
---------- ----------