version changed to 2.0.0

This commit is contained in:
Petr Hlozek 2016-04-20 18:06:15 +02:00
parent 21b14ca5de
commit c44c82da9a
2 changed files with 7 additions and 7 deletions

View File

@ -4,12 +4,12 @@ unit uVersion;
interface
const
cVERSION = '1.9.1 (005)';
cMAJOR = 1;
cMINOR = 9;
cRELEAS = 1;
cBUILD = 5;
cBUILD_DATE = '2015-04-03';
cVERSION = '2.0.0 (001)';
cMAJOR = 2;
cMINOR = 0;
cRELEAS = 0;
cBUILD = 1;
cBUILD_DATE = '2015-04-20';
implementation

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.9.1
VERSION=2.0.0
# cqrlog version
FINAL=/home/ok2cqr/projects/final_cqrlog/