Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1272 → Rev 1273

/svarlang.lib/trunk/history.txt
1,4 → 1,8
 
20230630
- tlumacz.exe warns about empty strings (patch by Bernd Boeckmann)
- tlumacz.exe does not abort when a malformed line is found
 
20230629
- deflang.c has each message on a different line so it is nicer to VCSes
 
/svarlang.lib/trunk/svarlang.h
26,7 → 26,7
#define SVARLANG_H
 
/* library version */
#define SVARLANGVER "20230629"
#define SVARLANGVER "20230630"
 
/* returns a pointer to a string with the SvarLANG's library version,
* independently of the SVARLANGVER string above. */