Skip to content

Commit

Permalink
Final commit for 5.8.2 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMes committed Nov 1, 2014
1 parent a6bf5bc commit 6cee45a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 5.8.2 - 1 November 2014

- Fixed bug in procedure TMainForm.EditorSaveTimer that corrupted the editor views.

Version 5.8.1 - 28 Oktober 2014

- Fixed an overflow error in TCppParser.CheckForStructs that caused errors when opening/saving files.
Expand Down
2 changes: 1 addition & 1 deletion devcppmingw64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

!define COMPILERNAME "TDM-GCC 4.8.1"
!define COMPILERFOLDER "MinGW64"
!define DEVCPP_VERSION "5.8.1"
!define DEVCPP_VERSION "5.8.2"
!define FINALNAME "Dev-Cpp ${DEVCPP_VERSION} ${COMPILERNAME} Setup.exe"
!define DISPLAY_NAME "Dev-C++ ${DEVCPP_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion devcppnocompiler.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

!define COMPILERNAME "No Compiler"
!define COMPILERFOLDER ""
!define DEVCPP_VERSION "5.8.1"
!define DEVCPP_VERSION "5.8.2"
!define FINALNAME "Dev-Cpp ${DEVCPP_VERSION} ${COMPILERNAME} Setup.exe"
!define DISPLAY_NAME "Dev-C++ ${DEVCPP_VERSION}"

Expand Down

0 comments on commit 6cee45a

Please sign in to comment.