From 817797e124419e564b1084c332540a222907f5a5 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 14 Jul 2023 11:36:04 -0400 Subject: update version --- README.md | 1 + control | 2 +- ted.h | 2 +- windows_installer/ted/ted/ted.vdproj | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4d1a064..78bad71 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,7 @@ Then, open windows\_installer\\ted\\ted.sln, and build. 2.3.1 Bugfixes, better undo chaining, highlight TODOs in comments. 2023 May 22 2.3.2 Misc bugfixes 2023 Jun 17 2.3.3 JS highlighting improvments, fix TODO highlighting for single-line comments 2023 Jul 6 +2.3.4 Unicode bugfix, `:copy-path` 2023 Jul 14 ## License diff --git a/control b/control index fa21f96..fbde6b1 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ Package: ted -Version: 2.3.3 +Version: 2.3.4 Section: text Priority: optional Architecture: amd64 diff --git a/ted.h b/ted.h index 8186589..c9ba32f 100644 --- a/ted.h +++ b/ted.h @@ -28,7 +28,7 @@ extern "C" { #include "sdl-inc.h" /// Version number -#define TED_VERSION "2.3.3" +#define TED_VERSION "2.3.4" /// Version string #define TED_VERSION_FULL "ted v. " TED_VERSION /// Maximum path size ted handles. diff --git a/windows_installer/ted/ted/ted.vdproj b/windows_installer/ted/ted/ted.vdproj index 72dfd1e..c3c828f 100644 --- a/windows_installer/ted/ted/ted.vdproj +++ b/windows_installer/ted/ted/ted.vdproj @@ -594,15 +594,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:ted" - "ProductCode" = "8:{1FC4835C-004D-48C8-BBA1-FBB4B3E64F13}" - "PackageCode" = "8:{F0FD328B-CAD4-478E-BE55-2D4A21A9FFFF}" + "ProductCode" = "8:{5D4504D0-84DF-4CDC-A7E3-31FCF9B70EAB}" + "PackageCode" = "8:{67D12CE8-B564-48E2-A090-A0020B15F9DE}" "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:23.07.0618" + "ProductVersion" = "8:23.07.1411" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" -- cgit v1.2.3