summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-20 20:23:41 -0700
committerpommicket <pommicket@gmail.com>2023-07-20 20:23:41 -0700
commitc1e218d3fa6b58743aa4716ad3d70193c2b345a4 (patch)
treec9d5af8c41f274cf561efeba18ee42b533cc0e35
parent02dd1005fee63a66bd8ed9afa647f373ec554a34 (diff)
update windows installer version
-rw-r--r--README.md1
-rw-r--r--control2
-rw-r--r--make.bat2
-rw-r--r--ted.h2
-rw-r--r--windows_installer/ted/ted/ted.vdproj8
5 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index bcb85b8..26f3ed4 100644
--- a/README.md
+++ b/README.md
@@ -319,6 +319,7 @@ Then, open windows\_installer\\ted\\ted.sln, and build.
<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>
<tr><td>2.4</td> <td>Font overhaul — allow multiple fonts, and variable-width fonts.</td> <td>2023 Jul 19</td></tr>
+<tr><td>2.4.1</td> <td>JSX highlighting fix, Windows DPI awareness</td> <td>2023 Jul 20</td></tr>
</table>
## License
diff --git a/control b/control
index e07111b..bed7d6e 100644
--- a/control
+++ b/control
@@ -1,5 +1,5 @@
Package: ted
-Version: 2.4
+Version: 2.4.1
Section: text
Priority: optional
Architecture: amd64
diff --git a/make.bat b/make.bat
index 7379c56..806d5d0 100644
--- a/make.bat
+++ b/make.bat
@@ -10,7 +10,7 @@ if not exist pcre2-32-static.lib (
popd
copy pcre2\Release\pcre2-32-static.lib
)
-SET C_FLAGS=/nologo /W4 /MD /wd4200 /wd4204 /wd4221 /wd4706 /wd4214 /D_CRT_SECURE_NO_WARNINGS /I SDL2/include /I pcre2 SDL2/lib/x64/SDL2main.lib SDL2/lib/x64/SDL2.lib pcre2-32-static.lib
+SET C_FLAGS=/nologo /W4 /MD /wd4200 /wd4204 /wd4221 /wd4706 /wd4214 /D_CRT_SECURE_NO_WARNINGS /I SDL2/include /I pcre2 User32.lib SDL2/lib/x64/SDL2main.lib SDL2/lib/x64/SDL2.lib pcre2-32-static.lib
rc /nologo ted.rc
if _%1 == _ (
if not exist debug mkdir debug
diff --git a/ted.h b/ted.h
index e5f31fb..e307aed 100644
--- a/ted.h
+++ b/ted.h
@@ -28,7 +28,7 @@ extern "C" {
#include "sdl-inc.h"
/// Version number
-#define TED_VERSION "2.4"
+#define TED_VERSION "2.4.1"
/// 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 7449d2c..e99af57 100644
--- a/windows_installer/ted/ted/ted.vdproj
+++ b/windows_installer/ted/ted/ted.vdproj
@@ -1,4 +1,4 @@
-"DeployProject"
+"DeployProject"
{
"VSVersion" = "3:800"
"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}"
@@ -620,15 +620,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:ted"
- "ProductCode" = "8:{90DDD88F-9892-4567-A7A7-5C97E7EDF39F}"
- "PackageCode" = "8:{C193D1C4-D861-41C5-9C1A-E5D9FCA0DEA0}"
+ "ProductCode" = "8:{0ECE483D-3D45-4213-A9D6-8B9DF96E17EB}"
+ "PackageCode" = "8:{C5ACD02A-581D-4467-84D7-46D0D9D29973}"
"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.1918"
+ "ProductVersion" = "8:23.07.2020"
"Manufacturer" = "8:ted"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"