Skip to content

Commit

Permalink
update release-related files
Browse files Browse the repository at this point in the history
  • Loading branch information
LADSoft committed Aug 11, 2019
1 parent c90ba7f commit 1636246
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Binary file modified src/orc.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions src/relnotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Release notes:

version 6.0.42: 8/11/2019

occ: fix problems with tuple and shared_ptr
occ: source code cleanup
occ: fix various other problems compiling C++ code
occ: fix problem with freeing temporaries created in building function-local static variables
occ: add more support for the gnu __attribute__ keyword
ocide: allow modifying the face name for dialogs in the resource editor
version 6.0.41: 4/10/2019

occ: show data at CS:EIP in exception dumps
Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define STRING_VERSION "6.0.41.1"
#define PRODUCT_VERSION 6,0,41,1
#define CLIB_VERSION 6,0,41,1
#define STRING_VERSION "6.0.42.1"
#define PRODUCT_VERSION 6,0,42,1
#define CLIB_VERSION 6,0,21,1
#define PRODUCT_STRING_VERSION STRING_VERSION
#define PRODUCT_NAME "Orange C Compiler Package"
#define CLIB_STRING_VERSION STRING_VERSION
Expand Down

0 comments on commit 1636246

Please sign in to comment.