changed: small changes in help
changed: version of the program: 0.9.0 now git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@253 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
#define TTCALC_MAJOR_VER 0
|
||||
#define TTCALC_MINOR_VER 9
|
||||
#define TTCALC_REVISION_VER 0
|
||||
#define TTCALC_PRERELEASE_VER 1
|
||||
#define TTCALC_PRERELEASE_VER 0
|
||||
|
||||
|
||||
|
||||
|
@@ -671,7 +671,7 @@ ProgramResources::ProgramResources()
|
||||
angle_deg_rad_grad = 1; // rad is default
|
||||
grouping = 0;
|
||||
|
||||
input_decimal_point = 2; // dot or comma
|
||||
input_decimal_point = 0; // dot or comma
|
||||
param_sep = 0;
|
||||
|
||||
variables_id = 0;
|
||||
|
@@ -1,17 +1,17 @@
|
||||
# this file is downloaded from a webserver during checking for an update
|
||||
|
||||
[normal]
|
||||
url = http://downloads.sourceforge.net/project/ttcalc/ttcalc/ttcalc-0.8.7/ttcalc-0.8.7-setup.exe?use_mirror=dfn
|
||||
filename = ttcalc-0.8.7-setup.exe
|
||||
version.major = 9
|
||||
url = http://downloads.sourceforge.net/project/ttcalc/ttcalc/ttcalc-0.9.0/ttcalc-0.9.0-setup.exe?use_mirror=dfn
|
||||
filename = ttcalc-0.9.0-setup.exe
|
||||
version.major = 0
|
||||
version.minor = 9
|
||||
version.revision = 0
|
||||
version.prerelease = 0
|
||||
|
||||
[portable]
|
||||
url = http://downloads.sourceforge.net/project/ttcalc/ttcalc/ttcalc-0.8.7/ttcalc-portable-0.8.7-bin.tar.gz?use_mirror=dfn
|
||||
filename = ttcalc-portable-0.8.7-bin.tar
|
||||
version.major = 9
|
||||
url = http://downloads.sourceforge.net/project/ttcalc/ttcalc/ttcalc-0.9.0/ttcalc-portable-0.9.0-bin.tar.gz?use_mirror=dfn
|
||||
filename = ttcalc-portable-0.9.0-bin.tar.gz
|
||||
version.major = 0
|
||||
version.minor = 9
|
||||
version.revision = 0
|
||||
version.prerelease = 0
|
||||
|
Reference in New Issue
Block a user