From 1687c0ae903d4d48abd5842520ec9fa7da3036d9 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 7 Dec 2024 23:00:03 -0500 Subject: Bump version to 2.7.5 --- README.md | 1 + control | 4 ++-- ted.h | 2 +- windows_installer/ted/ted.vdproj | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 011ff8c..bab2d24 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,7 @@ Then run `make.bat release`. 2.7.2 bug fixes, `sync` setting 2024 Jul 17 2.7.3 configure data directories, set indentation manually 2024 Sep 8 2.7.4 find/replace and LSP bug fixes 2024 Sep 8 +2.7.5 LSP bug fix 2024 Dec 7 ## License diff --git a/control b/control index d5b6db6..e963535 100644 --- a/control +++ b/control @@ -1,11 +1,11 @@ Package: ted -Version: 2.7.4 +Version: 2.7.5 Section: text Priority: optional Architecture: amd64 Essential: no Maintainer: Pommicket Description: A text editor. -Installed-Size: 3387392 +Installed-Size: 3944448 Depends: libsdl2-2.0-0 Homepage: https://github.com/pommicket/ted diff --git a/ted.h b/ted.h index c36e94e..d44b06a 100644 --- a/ted.h +++ b/ted.h @@ -22,7 +22,7 @@ extern "C" { #include "command.h" /// Version number -#define TED_VERSION "2.7.4" +#define TED_VERSION "2.7.5" /// 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 7e7522c..2308cf5 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:{21AE798A-04A3-4539-B1B2-D14C3A15862C}" - "PackageCode" = "8:{4C7F4182-B53C-400F-ADED-46885D78EA1B}" + "ProductCode" = "8:{D39A2AF9-21E8-4507-B208-DE4622876633}" + "PackageCode" = "8:{05D88A98-CDA4-4288-84C0-C583AC359F3B}" "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:24.10.3000" + "ProductVersion" = "8:24.12.0800" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" -- cgit v1.2.3