Skip to content
Snippets Groups Projects
Commit f7f91ac7 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Make this 1.4b

I think I'll do a 1.4 release soon with JPEG XL as the "main"
feature, and roll-up the fixes into it.
parent c9bb403a
No related branches found
No related tags found
No related merge requests found
Version 1.4b
------------
Version 1.4a
------------
Re-order BBS list entry fields
......
......@@ -11,7 +11,7 @@ set(CPACK_PACKAGE_NAME SyncTERM)
set(CPACK_PACKAGE_VENDOR Deuce)
set(CPACK_PACKAGE_VERSION_MAJOR 1)
set(CPACK_PACKAGE_VERSION_MINOR 4)
set(CPACK_PACKAGE_VERSION_PATCH alpha)
set(CPACK_PACKAGE_VERSION_PATCH beta)
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "SyncTERM is a Telnet/RLogin/SSH BBS Client")
set(CPACK_PACKAGE_INSTALL_DIRECTORY SyncTERM)
#set(CPACK_PACKAGE_ICON ${CMAKE_CURRENT_LIST_DIR}/syncterm.png)
......
......@@ -21,7 +21,7 @@
<string>SyncTERM</string>
<key>CFBundleShortVersionString</key>
<string>1.3a</string>
<string>1.4b</string>
<key>CFBundleGetInfoString</key>
<string>An ANSI-BBS terminal which supports telnet, rlogin, and SSH</string>
......@@ -74,7 +74,7 @@
</array>
<key>CFBundleVersion</key>
<string>1.3</string>
<string>1.4</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
......
:experimental:
= SyncTERM v1.4a Manual
= SyncTERM v1.4b Manual
Stephen Hurd <shurd@sasktel.net>
:toc:
......
name SyncTERM
version 1.4~a-1
version 1.4~b-1
architecture @ARCHITECTURE_TYPE@
summary "ANSI-BBS terminal for connecting to BBSs"
description "An ANSI-BBS terminal designed to connect to remote BBSs via telnet, rlogin, or SSH. Supports ANSI music and the IBM charset when possible. Will run from a console, under X11 using XLib, or using SDL."
......
Package: syncterm
Version: 1.4a
Version: 1.4b
Maintainer: Deuce <shurd@sasktel.net>
Architecture: %%ARCH%%
Description: ANSI Terminal for BBSs
......
......@@ -2,7 +2,7 @@ resource app_version
{
major = 1,
middle = 4,
variety = B_APPV_ALPHA,
variety = B_APPV_BETA,
internal = 0,
short_info = "SyncTERM BBS Terminal",
long_info = "SyncTERM - ANSI-BBS terminal for connecting to BBS"
......
......@@ -87,7 +87,7 @@ enum {
#include "uifcinit.h"
#include "window.h"
const char *syncterm_version = "SyncTERM 1.4a"
const char *syncterm_version = "SyncTERM 1.4b"
#define ALPHA
#ifdef _DEBUG
......
#include "windows.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,0
FILEVERSION 1,4,0,1
PRODUCTVERSION 1,4,0,1
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
//FILEFLAGS VS_FF_DEBUG | VS_FF_PRERELEASE
......@@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Stephen Hurd (Deuce)\0"
VALUE "FileDescription", "SyncTERM BBS Client\0"
VALUE "FileVersion", "1.4a\0"
VALUE "FileVersion", "1.4b\0"
VALUE "InternalName", "syncterm.exe\0"
VALUE "LegalCopyright", "Stephen Hurd (Deuce)\0"
VALUE "OriginalFilename", "syncterm.exe\0"
VALUE "ProductName", "SyncTERM\0"
VALUE "ProductVersion", "1.4a\0"
VALUE "ProductVersion", "1.4b\0"
END
END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment