diff options
author | pommicket <pommicket@gmail.com> | 2023-07-14 11:36:04 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-14 11:36:43 -0400 |
commit | 817797e124419e564b1084c332540a222907f5a5 (patch) | |
tree | bf5dc0bc324bb61045671521928ca7c77926bf2b | |
parent | fc847c8996363a3abf349b66d379403aecd71472 (diff) |
update version2.3.4
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | ted.h | 2 | ||||
-rw-r--r-- | windows_installer/ted/ted/ted.vdproj | 6 |
4 files changed, 6 insertions, 5 deletions
@@ -320,6 +320,7 @@ Then, open windows\_installer\\ted\\ted.sln, and build. <tr><td>2.3.1</td> <td>Bugfixes, better undo chaining, highlight TODOs in comments.</td> <td>2023 May 22</td></tr> <tr><td>2.3.2</td> <td>Misc bugfixes</td> <td>2023 Jun 17</td></tr> <tr><td>2.3.3</td> <td>JS highlighting improvments, fix TODO highlighting for single-line comments</td> <td>2023 Jul 6</td></tr> +<tr><td>2.3.4</td> <td>Unicode bugfix, `:copy-path`</td> <td>2023 Jul 14</td></tr> </table> ## License @@ -1,5 +1,5 @@ Package: ted -Version: 2.3.3 +Version: 2.3.4 Section: text Priority: optional Architecture: amd64 @@ -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:" |