Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pommicket committed Jul 14, 2023
1 parent fc847c8 commit 817797e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ted
Version: 2.3.3
Version: 2.3.4
Section: text
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion ted.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions windows_installer/ted/ted/ted.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 817797e

Please sign in to comment.