Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1472 → Rev 1473

/sved/trunk/makefile
12,7 → 12,7
LDFLAGS = -lr -mt -fm=sved.map -fe=sved.com
LDLIBS = svarlang\svarlngs.lib mdr\mdrs2023.lib
 
PVER = 2023.2
PVER = 2023.3
 
all: sved.com
 
/sved/trunk/sved.c
34,7 → 34,7
#include "svarlang\svarlang.h"
 
 
#define PVER "2023.2"
#define PVER "2023.3"
#define PDATE "2023"
 
/*****************************************************************************
/sved/trunk/sved.txt
57,7 → 57,7
directory where the program's executable resides. The UI language is
controlled by the LANG environment variable, for example SET LANG=PL would
make it display polish strings.
Following LANG settings are supported: EN FR PL RU.
Following LANG settings are supported: EN FR PL RU TR.
 
If you rename the SVED.COM executable (for example to EDIT.COM), then you need
to rename the LNG file accordingly (for example to EDIT.LNG).
68,7 → 68,7
 
### CHANGELOG ################################################################
 
2023.3 [xx xxx 2023]
2023.3 [13 Aug 2023]
- added turkish translation, courtesy of Berki Yenigun
 
2023.2 [07 Aug 2023]