Skip to content

Commit cee4ba8

Browse files
committed
Bump version
1 parent 1a83f3b commit cee4ba8

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ Then run `make.bat release`.
369369
<tr><td>2.8.3</td> <td>Fix annoying auto-indent behaviour</td> <td>2025 Sep 1</td></tr>
370370
<tr><td>2.8.4</td> <td>Keep cursor pos on reload, other small improvements</td> <td>2025 Sep 28</td></tr>
371371
<tr><td>2.9.0</td> <td>LSP code actions, bug fixes</td> <td>2025 Sep 30</td></tr>
372+
<tr><td>2.9.1</td> <td>Small syntax highlighting fixes</td> <td>2025 Oct 24</td></tr>
372373
</table>
373374

374375
## License

main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
FUTURE FEATURES:
3+
- remove TED_PATH_MAX
34
- wrap-text command
45
- path-specific extensions
56
- more tests

ted.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extern "C" {
2222
#include "command.h"
2323

2424
/// Version number
25-
#define TED_VERSION "2.9.0"
25+
#define TED_VERSION "2.9.1"
2626
/// Maximum path size ted handles.
2727
#define TED_PATH_MAX 1024
2828
/// Config filename

windows_installer/ted/ted.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -620,15 +620,15 @@
620620
{
621621
"Name" = "8:Microsoft Visual Studio"
622622
"ProductName" = "8:ted"
623-
"ProductCode" = "8:{943A950E-7D69-4097-B889-3015A528059E}"
624-
"PackageCode" = "8:{F551F5C0-E284-4DC1-B334-88F6AAFE255B}"
623+
"ProductCode" = "8:{7504BFF3-AAA0-4637-A5A8-FEF49AD7695B}"
624+
"PackageCode" = "8:{738817D3-2335-4A51-A0DD-6AB17AC826EF}"
625625
"UpgradeCode" = "8:{844F6C2B-DF3B-4A81-9BD5-603401BBA651}"
626626
"AspNetVersion" = "8:2.0.50727.0"
627627
"RestartWWWService" = "11:FALSE"
628628
"RemovePreviousVersions" = "11:TRUE"
629629
"DetectNewerInstalledVersion" = "11:FALSE"
630630
"InstallAllUsers" = "11:FALSE"
631-
"ProductVersion" = "8:25.09.3000"
631+
"ProductVersion" = "8:25.10.2400"
632632
"Manufacturer" = "8:ted"
633633
"ARPHELPTELEPHONE" = "8:"
634634
"ARPHELPLINK" = "8:"

0 commit comments

Comments
 (0)