Skip to content

Commit cabd39d

Browse files
royqh1979@gmail.comroyqh1979@gmail.com
royqh1979@gmail.com
authored and
royqh1979@gmail.com
committed
* update version info
1 parent b561128 commit cabd39d

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

NEWS.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 6.7.3
2+
3+
- fix: gdb annotation infos are not correctly displayed
4+
- fix: the symbol completion option for ']' doesn't work
5+
6+
Version 6.7.2 JUNE 2021
7+
8+
- fix: show value of the variable under cursor when debugging
9+
- add: open .asm file with assembly language highlighter
10+
111
Version 6.7.1 MAY 2021
212

313
- fix: gdb.exe included in the gcc 10.2 distribution may fail to debug

devcppmingw.nsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
####################################################################
22
# Startup
33

4-
!define COMPILERNAME "GCC 10.2"
4+
!define COMPILERNAME "GCC 10.3"
55
!define COMPILERFOLDER "MinGW32"
6-
!define DEVCPP_VERSION "6.7.1"
6+
!define DEVCPP_VERSION "6.7.2"
77
!define FINALNAME "Dev-Cpp.${DEVCPP_VERSION}.${COMPILERNAME}.Setup.exe"
88
!define DISPLAY_NAME "Red Panda Dev-C++ ${DEVCPP_VERSION}"
99

devcppmingw.org.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
!define COMPILERNAME "GCC 9.2"
55
!define COMPILERFOLDER "MinGW32_GCC92"
6-
!define DEVCPP_VERSION "6.7.1"
6+
!define DEVCPP_VERSION "6.7.2"
77
!define FINALNAME "Dev-Cpp.${DEVCPP_VERSION}.${COMPILERNAME}.Setup.exe"
88
!define DISPLAY_NAME "Red Panda Dev-C++ ${DEVCPP_VERSION}"
99

devcppnocompiler.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
!define COMPILERNAME "No.Compiler"
55
!define COMPILERFOLDER ""
6-
!define DEVCPP_VERSION "6.7.1"
6+
!define DEVCPP_VERSION "6.7.2"
77
!define FINALNAME "Dev-Cpp.${DEVCPP_VERSION}.${COMPILERNAME}.Setup.exe"
88
!define DISPLAY_NAME "Red Panda Dev-C++ ${DEVCPP_VERSION}"
99

0 commit comments

Comments
 (0)