Skip to content

Commit f94b821

Browse files
committed
CS7.73 release
1 parent 25d66dc commit f94b821

File tree

10 files changed

+11
-2
lines changed

10 files changed

+11
-2
lines changed

BINARIES/ChatScriptmongo.exe

2.5 KB
Binary file not shown.

BINARIES/LinuxChatScript64

4 KB
Binary file not shown.

BINARIES/chatscript.exe

2 KB
Binary file not shown.

BINARIES/chatscriptpg.exe

2 KB
Binary file not shown.

BINARIES/vcredist2013_x64.exe

-6.86 MB
Binary file not shown.

BINARIES/vcredist2013_x86.exe

-6.2 MB
Binary file not shown.

SRC/mainSystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "common.h"
22
#include "evserver.h"
3-
char* version = "7.72";
3+
char* version = "7.73";
44
char sourceInput[200];
55
FILE* userInitFile;
66
int externalTagger = 0;

changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
version 7.73 12/7/2017
3+
1. several fixes to pattern matcher
4+
15
# version 7.72 IMPORTANT FIX FOR BUG INTRODUCTION IN 7.6 -- KNOWLEDGE of adverbs in dictionary lost
26
1. param traceuser=username to make a server trace that user only
37

changes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
version 7.73 12/7/2017
3+
1. several fixes to pattern matcher
4+
5+
16
version 7.72 IMPORTANT FIX FOR BUG INTRODUCTION IN 7.6 -- KNOWLEDGE of adverbs in dictionary lost
27
1. param traceuser=username to make a server trace that user only
38

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Version: 7.72 Created: 12/03/2017
1+
Version: 7.73 Created: 12/07/2017

0 commit comments

Comments
 (0)