diff options
author | pommicket <pommicket@gmail.com> | 2025-09-28 00:50:40 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-28 00:50:40 -0400 |
commit | 59a65b2bc579d0dc3e78cb2f90a0677fd6772341 (patch) | |
tree | 11f9bc1a1244e67aff5ea939f4b179bcda993b9b | |
parent | 3c9e139aec08d1bb406a6219122ca982b4b7dc34 (diff) |
Bump version
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | ted.h | 2 | ||||
-rw-r--r-- | windows_installer/ted/ted.vdproj | 6 |
3 files changed, 5 insertions, 4 deletions
@@ -367,6 +367,7 @@ Then run `make.bat release`. <tr><td>2.8.1</td> <td>Better handling of automatic file reloading</td> <td>2025 Jun 16</td></tr> <tr><td>2.8.2</td> <td>Fix syntax highlighting bug</td> <td>2025 Jun 27</td></tr> <tr><td>2.8.3</td> <td>Fix annoying auto-indent behaviour</td> <td>2025 Sep 1</td></tr> +<tr><td>2.8.4</td> <td>Keep cursor pos on reload, other small improvements</td> <td>2025 Sep 28</td></tr> </table> ## License @@ -22,7 +22,7 @@ extern "C" { #include "command.h" /// Version number -#define TED_VERSION "2.8.3" +#define TED_VERSION "2.8.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 a98c4ff..9bf631c 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:{D946ADD2-62C3-479F-B68C-45B43E81443F}" - "PackageCode" = "8:{F1AF995F-2570-4F06-9980-118CD589337D}" + "ProductCode" = "8:{C36CA9E0-6E99-42B9-9F94-8869D5DFD9D9}" + "PackageCode" = "8:{4EF1D7F9-DEA9-44C7-9CDA-9B26348DE375}" "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.09.0100" + "ProductVersion" = "8:25.09.2800" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" |