File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22#
33# Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
44
5- version : 0.1.1 .{build}
5+ version : 0.1.2 .{build}
66image : Visual Studio 2019
77
88environment :
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - checkout
14- - run : echo "xtd 0.1.1 on linux"
14+ - run : echo "xtd 0.1.2 on linux"
1515 - run :
1616 name : Installing apt
1717 command : ' sudo apt-get update && sudo apt-get install -y sudo && sudo rm -rf /var/lib/apt/lists/*'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ addons:
1111
1212matrix :
1313 include :
14- - env : TEST="Build xtd 0.1.1 on macOS"
14+ - env : TEST="Build xtd 0.1.2 on macOS"
1515 os : osx
1616 osx_image : xcode12.2
1717 script : scripts/travis/build_xtd_on_macos.sh
Original file line number Diff line number Diff line change 33#
44# Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
55
6- export xtd_version=0.1.1
6+ export xtd_version=0.1.2
77scripts/install/install.sh " $@ "
Original file line number Diff line number Diff line change 33::
44:: Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
55
6- set xtd_version = 0.1.1
6+ set xtd_version = 0.1.2
77call scripts\install\install.cmd %*
Original file line number Diff line number Diff line change 11# xtd Version
2- set (XTD_VERSION 0.1.1 )
2+ set (XTD_VERSION 0.1.2 )
Original file line number Diff line number Diff line change 55#include " ../include/xtd/environment.h"
66
77xtd::version xtd::environment::version () {
8- return xtd::version::parse (" 0.1.1 " );
8+ return xtd::version::parse (" 0.1.2 " );
99}
You can’t perform that action at this time.
0 commit comments