Skip to content

Commit

Permalink
Updated installer versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
FMXExpress committed Nov 2, 2020
1 parent 3a07f01 commit d6b61f1
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 25 deletions.
14 changes: 14 additions & 0 deletions NEWS.txt
@@ -1,3 +1,17 @@
Version 6.1 - 2 November 2020

- Updated: C++ keyword highlighting. Added some C++20 keywords.
- Updated: Font ligature support.
- Updated: SVGIconImageList dependency
- Updated: SynEdit dependency.
- Updated: Text file loading and saving dialogs with Encodings.
- Added: Visual Studio Dark theme.
- Fixed: Automatic Tab widths.
- Fixed: Launching help from directory with spaces.
- Fixed: Welcome screen issue when canceling closing.
- Fixed: Shortcuts Form dark styling.
- Fixed: Crash in Issue #26.

Version 6.0 - 12 October 2020

- Upgraded TDM-GCC to 32/64 9.2.0.
Expand Down
6 changes: 3 additions & 3 deletions Source/devcpp.dproj
Expand Up @@ -3,7 +3,7 @@
<ProjectGuid>{0B6930FF-C1A8-45A0-B448-2D23D500E0F7}</ProjectGuid>
<MainSource>devcpp.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType>
<FrameworkType>VCL</FrameworkType>
Expand Down Expand Up @@ -101,8 +101,8 @@
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
<VerInfo_MinorVer>0</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=Embarcadero Technologies, Inc.;FileDescription=Embarcadero Dev C++;FileVersion=6.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Embarcadero Dev C++;ProductVersion=6.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
<VerInfo_MinorVer>1</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=Embarcadero Technologies, Inc.;FileDescription=Embarcadero Dev C++;FileVersion=6.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Embarcadero Dev C++;ProductVersion=6.1.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
<Icon_MainIcon>..\devcpp.ico</Icon_MainIcon>
<VerInfo_MajorVer>6</VerInfo_MajorVer>
</PropertyGroup>
Expand Down
18 changes: 1 addition & 17 deletions Source/main.dfm
Expand Up @@ -196,10 +196,6 @@ object MainForm: TMainForm
OnChange = MessageControlChange
object CompSheet: TTabSheet
Caption = 'Compiler'
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object CompilerOutput: TListView
Left = 0
Top = 0
Expand Down Expand Up @@ -244,10 +240,6 @@ object MainForm: TMainForm
object ResSheet: TTabSheet
Caption = 'Resource'
ImageIndex = 1
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object ResourceOutput: TListView
Left = 0
Top = 0
Expand Down Expand Up @@ -522,10 +514,6 @@ object MainForm: TMainForm
object FindSheet: TTabSheet
Caption = 'Find results'
ImageIndex = 4
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object FindOutput: TListView
Left = 0
Top = 0
Expand Down Expand Up @@ -616,10 +604,6 @@ object MainForm: TMainForm
object CloseSheet: TTabSheet
Caption = 'Close'
ImageIndex = 6
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
end
end
object ToolbarDock: TControlBar
Expand Down Expand Up @@ -1637,7 +1621,7 @@ object MainForm: TMainForm
Top = 309
Width = 18
Height = 16
Caption = '6.0'
Caption = '6.1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Expand Down
2 changes: 1 addition & 1 deletion devcppmingw64.nsi
Expand Up @@ -3,7 +3,7 @@

!define COMPILERNAME "TDM-GCC 4.9.2"
!define COMPILERFOLDER "MinGW64"
!define DEVCPP_VERSION "6.0"
!define DEVCPP_VERSION "6.1"
!define FINALNAME "Embarcadero_Dev-Cpp_${DEVCPP_VERSION}_${COMPILERNAME}_Setup.exe"
!define DISPLAY_NAME "Embarcadero Dev-C++ ${DEVCPP_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion devcppnocompiler.nsi
Expand Up @@ -3,7 +3,7 @@

!define COMPILERNAME "No Compiler"
!define COMPILERFOLDER ""
!define DEVCPP_VERSION "6.0"
!define DEVCPP_VERSION "6.1"
!define FINALNAME "Embarcadero_Dev-Cpp_${DEVCPP_VERSION}_${COMPILERNAME}_Setup.exe"
!define DISPLAY_NAME "Embarcadero Dev-C++ ${DEVCPP_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion devcppnocompilerNoFonts.nsi
Expand Up @@ -3,7 +3,7 @@

!define COMPILERNAME "No Compiler"
!define COMPILERFOLDER ""
!define DEVCPP_VERSION "6.0"
!define DEVCPP_VERSION "6.1"
!define FINALNAME "Embarcadero_Dev-Cpp_${DEVCPP_VERSION}_${COMPILERNAME}_Setup.exe"
!define DISPLAY_NAME "Embarcadero Dev-C++ ${DEVCPP_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion devcpptdmgcc64.nsi
Expand Up @@ -3,7 +3,7 @@

!define COMPILERNAME "TDM-GCC 9.2"
!define COMPILERFOLDER "TDM-GCC-64"
!define DEVCPP_VERSION "6.0"
!define DEVCPP_VERSION "6.1"
!define FINALNAME "Embarcadero_Dev-Cpp_${DEVCPP_VERSION}_${COMPILERNAME}_Setup.exe"
!define DISPLAY_NAME "Embarcadero Dev-C++ ${DEVCPP_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion devcpptdmgcc64NoFonts.nsi
Expand Up @@ -3,7 +3,7 @@

!define COMPILERNAME "TDM-GCC 9.2"
!define COMPILERFOLDER "TDM-GCC-64"
!define DEVCPP_VERSION "6.0"
!define DEVCPP_VERSION "6.1"
!define FINALNAME "Embarcadero_Dev-Cpp_${DEVCPP_VERSION}_${COMPILERNAME}_Setup.exe"
!define DISPLAY_NAME "Embarcadero Dev-C++ ${DEVCPP_VERSION}"

Expand Down

0 comments on commit d6b61f1

Please sign in to comment.