From 7d1c879163d8e5a061014a18fed1b4f3800b7ae8 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 19 Oct 2023 11:52:15 -0400 Subject: bump version --- README.md | 1 + control | 2 +- development.md | 3 ++- ted.h | 2 +- windows_installer/ted/ted.vdproj | 6 +++--- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 25db943..8a335cb 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,7 @@ Then run `make.bat release`. 2.6 LSP diagnostics, LSP over TCP, GDScript support, & more 2023 Sep 10 2.6.1 LSP-related bugfixes 2023 Sep 14 2.6.2 fix cursor position issue, nicer logging, status in title bar 2023 Sep 24 +2.7.0 `.editorconfig` and local `.ted.cfg` 2023 Oct 19 ## License diff --git a/control b/control index 4fea99c..1616969 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ Package: ted -Version: 2.6.2 +Version: 2.7.0 Section: text Priority: optional Architecture: amd64 diff --git a/development.md b/development.md index f1a5707..91b72b1 100644 --- a/development.md +++ b/development.md @@ -142,6 +142,7 @@ When releasing a new version of `ted`: - Update `TED_VERSION` in `ted.h`. - Update `Version` in `control` for the `.deb` file. - Run `make ted.deb` on Debian/Ubuntu. +- Run `./update-windows-installer.py`. - Run `make.bat release` on Windows. -- Run `python3 update-windows-installer.py`. - Create a new release on GitHub with `ted.deb` and `ted.msi`. +- Add `.deb` to repository. diff --git a/ted.h b/ted.h index 1dbacb6..0ef1e61 100644 --- a/ted.h +++ b/ted.h @@ -22,7 +22,7 @@ extern "C" { #include "command.h" /// Version number -#define TED_VERSION "2.6.2" +#define TED_VERSION "2.7.0" /// 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 e526036..cf6b58a 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:{E112FE60-927A-478C-B2D3-8FFA1D615091}" - "PackageCode" = "8:{623D5160-702F-454D-925C-3339A5819551}" + "ProductCode" = "8:{C37A932C-3C64-4856-B3AC-15BD553AF0A8}" + "PackageCode" = "8:{00B6D1D7-29C0-45C2-98AC-D7517677B837}" "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.09.2400" + "ProductVersion" = "8:23.10.1901" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" -- cgit v1.2.3