Skip to content

Commit

Permalink
0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Aug 15, 2018
1 parent 1a954ca commit 28b6c37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cs2cpp/QSharpCompiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ GitHub Pages : https://pquiring.github.io/QSharp/

Author : Peter Quiring ([email protected])

Version 0.18
Version 0.19

Released Aug 11, 2018
Released Aug 15, 2018
2 changes: 1 addition & 1 deletion whatsnew.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 28b6c37

Please sign in to comment.