From 28b6c37c8460a74000012a5d403907f7b9750cb6 Mon Sep 17 00:00:00 2001 From: Peter Quiring Date: Wed, 15 Aug 2018 12:18:07 -0400 Subject: [PATCH] 0.19 --- cs2cpp/QSharpCompiler.cs | 2 +- readme.txt | 4 ++-- whatsnew.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cs2cpp/QSharpCompiler.cs b/cs2cpp/QSharpCompiler.cs index aa7ea04..76db4d5 100644 --- a/cs2cpp/QSharpCompiler.cs +++ b/cs2cpp/QSharpCompiler.cs @@ -21,7 +21,7 @@ class Program public static bool printTree = false; public static bool printToString = false; public static bool printTokens = false; - public static string version = "0.18.1"; + public static string version = "0.19"; public static bool library; public static bool shared; public static bool service; diff --git a/readme.txt b/readme.txt index bbafe47..067d4c5 100644 --- a/readme.txt +++ b/readme.txt @@ -130,6 +130,6 @@ GitHub Pages : https://pquiring.github.io/QSharp/ Author : Peter Quiring (pquiring@gmail.com) -Version 0.18 +Version 0.19 -Released Aug 11, 2018 +Released Aug 15, 2018 diff --git a/whatsnew.txt b/whatsnew.txt index 15d4073..e618c75 100644 --- a/whatsnew.txt +++ b/whatsnew.txt @@ -1,7 +1,7 @@ What's new ========== -Aug ?, 2018 : 0.19 +Aug 15, 2018 : 0.19 - many bugs squashed - Qt.Core.Map<> was not working