diff options
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | ted.h | 2 | ||||
-rw-r--r-- | windows_installer/ted/ted.vdproj | 6 |
3 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ Package: ted -Version: 2.7.0 +Version: 2.7.1 Section: text Priority: optional Architecture: amd64 @@ -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:" |