From 09d11e91b765523e5752d7fc6630a67a3f51327c Mon Sep 17 00:00:00 2001
From: mitchell <70453897+667e-11@users.noreply.github.com>
Date: Mon, 30 Apr 2018 09:30:22 -0400
Subject: Updated for Textadept 10.0 beta.
---
src/Info.plist | 4 ++--
src/textadept.rc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'src')
diff --git a/src/Info.plist b/src/Info.plist
index 3eb50ac9..98ca06d8 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2264,9 +2264,9 @@
CFBundleSignature
????
CFBundleVersion
- 10.0alpha3
+ 10.0beta
CFBundleShortVersionString
- 10.0 alpha 3
+ 10.0 beta
NSHighResolutionCapable
diff --git a/src/textadept.rc b/src/textadept.rc
index 85c3f99e..66f8d476 100644
--- a/src/textadept.rc
+++ b/src/textadept.rc
@@ -17,12 +17,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "10.0 alpha 3\0"
+ VALUE "FileVersion", "10.0 beta\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2018 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "10.0 alpha 3\0"
+ VALUE "ProductVersion", "10.0 beta\0"
END
END
END
--
cgit v1.2.3