From d393c3eb068f8dcfe106b7ad0f8e43aacc091d2e Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 13 Feb 2024 09:59:28 -0500 Subject: bump version --- control | 2 +- ted.h | 2 +- windows_installer/ted/ted.vdproj | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/control b/control index 1616969..5ad3ace 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ Package: ted -Version: 2.7.0 +Version: 2.7.1 Section: text Priority: optional Architecture: amd64 diff --git a/ted.h b/ted.h index 0ef1e61..21e2c06 100644 --- a/ted.h +++ b/ted.h @@ -22,7 +22,7 @@ extern "C" { #include "command.h" /// Version number -#define TED_VERSION "2.7.0" +#define TED_VERSION "2.7.1" /// 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 cf6b58a..77397ee 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:{C37A932C-3C64-4856-B3AC-15BD553AF0A8}" - "PackageCode" = "8:{00B6D1D7-29C0-45C2-98AC-D7517677B837}" + "ProductCode" = "8:{D30671BF-0B39-4FA2-AE80-0AC0ABD63751}" + "PackageCode" = "8:{892EF803-CD20-4A0F-AFFE-012A2D59E903}" "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.10.1901" + "ProductVersion" = "8:24.02.1300" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" -- cgit v1.2.3