diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | control | 2 | ||||
m--------- | pcre2 | 0 | ||||
-rw-r--r-- | ted.h | 2 | ||||
-rw-r--r-- | windows_installer/ted/ted.vdproj | 6 |
5 files changed, 6 insertions, 5 deletions
@@ -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 @@ -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 -Subproject 4fa5b8bd206135447f55e7f5f8d9294474051a4 +Subproject 96f0653589705061ec8d9eb9d14cfb7ef7101a1 @@ -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:" |