From 090edb6d2d54cf8290560c4bca3527c003574368 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 16 Jun 2025 15:17:49 -0400 Subject: bump version to 2.8.1 --- README.md | 1 + ted.h | 2 +- windows_installer/ted/ted.vdproj | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03166f3..f6cd698 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ Then run `make.bat release`. 2.7.7 Add prepareRename support, fix IDE hover 2025 Mar 5 2.7.8 Fix occasional crash (bad settings pointer) 2025 Mar 23 2.8.0 Add syntax highlighting for C#; improvements to other languages 2025 Jun 12 +2.8.1 Better handling of automatic file reloading 2025 Jun 16 ## License diff --git a/ted.h b/ted.h index 2f3f54e..cccda79 100644 --- a/ted.h +++ b/ted.h @@ -22,7 +22,7 @@ extern "C" { #include "command.h" /// Version number -#define TED_VERSION "2.8.0" +#define TED_VERSION "2.8.1" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename diff --git a/windows_installer/ted/ted.vdproj b/windows_installer/ted/ted.vdproj index 9ba4d8c..039380f 100644 --- a/windows_installer/ted/ted.vdproj +++ b/windows_installer/ted/ted.vdproj @@ -620,15 +620,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:ted" - "ProductCode" = "8:{3B295C5E-C63E-4212-BC99-2E58429E1304}" - "PackageCode" = "8:{062BC64F-94A7-4DA0-ACAA-E92922554EA4}" + "ProductCode" = "8:{B853F9A9-8D0B-43C2-A35D-A5A5E303047D}" + "PackageCode" = "8:{A7D9E08D-5BC7-43D6-A37E-A681B997A6A6}" "UpgradeCode" = "8:{844F6C2B-DF3B-4A81-9BD5-603401BBA651}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:FALSE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:25.06.1200" + "ProductVersion" = "8:25.06.1600" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" -- cgit v1.2.3