From d75d7faeacf89b8f9aadb89868480312154bf53b Mon Sep 17 00:00:00 2001
From: pommicket <pommicket@gmail.com>
Date: Tue, 29 Oct 2024 21:12:47 -0400
Subject: Update version history

---
 README.md                        | 1 +
 control                          | 2 +-
 pcre2                            | 2 +-
 ted.h                            | 2 +-
 windows_installer/ted/ted.vdproj | 6 +++---
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 5286080..011ff8c 100644
--- a/README.md
+++ b/README.md
@@ -357,6 +357,7 @@ Then run `make.bat release`.
 <tr><td>2.7.1</td> <td>bug fixes, auto-detect indentation</td> <td>2024 Feb 13</td></tr>
 <tr><td>2.7.2</td> <td>bug fixes, `sync` setting</td> <td>2024 Jul 17</td></tr>
 <tr><td>2.7.3</td> <td>configure data directories, set indentation manually</td> <td>2024 Sep 8</td></tr>
+<tr><td>2.7.4</td> <td>find/replace and LSP bug fixes</td> <td>2024 Sep 8</td></tr>
 </table>
 
 ## License
diff --git a/control b/control
index 49091d0..d5b6db6 100644
--- a/control
+++ b/control
@@ -1,5 +1,5 @@
 Package: ted
-Version: 2.7.3
+Version: 2.7.4
 Section: text
 Priority: optional
 Architecture: amd64
diff --git a/pcre2 b/pcre2
index 4fa5b8b..96f0653 160000
--- a/pcre2
+++ b/pcre2
@@ -1 +1 @@
-Subproject commit 4fa5b8bd206135447f55e7f5f8d9294474051a44
+Subproject commit 96f0653589705061ec8d9eb9d14cfb7ef7101a1a
diff --git a/ted.h b/ted.h
index d11c9b7..c36e94e 100644
--- a/ted.h
+++ b/ted.h
@@ -22,7 +22,7 @@ extern "C" {
 #include "command.h"
 
 /// Version number
-#define TED_VERSION "2.7.3"
+#define TED_VERSION "2.7.4"
 /// 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 4e3d1e7..7e7522c 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:{FE089CC3-B77A-4ECE-94D1-D27FEB47F0BD}"
-        "PackageCode" = "8:{EEB36C34-97D6-4E30-B692-0867FC18BC67}"
+        "ProductCode" = "8:{21AE798A-04A3-4539-B1B2-D14C3A15862C}"
+        "PackageCode" = "8:{4C7F4182-B53C-400F-ADED-46885D78EA1B}"
         "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.09.0801"
+        "ProductVersion" = "8:24.10.3000"
         "Manufacturer" = "8:ted"
         "ARPHELPTELEPHONE" = "8:"
         "ARPHELPLINK" = "8:"
-- 
cgit v1.2.3