Skip to content

Commit 0a406f3

Browse files
committed
version changed to 2.0.4
1 parent 01baf0a commit 0a406f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/uVersion.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
interface
55

66
const
7-
cVERSION = '2.0.3 (001)';
7+
cVERSION = '2.0.4 (001)';
88
cMAJOR = 2;
99
cMINOR = 0;
10-
cRELEAS = 3;
10+
cRELEAS = 4;
1111
cBUILD = 0;
1212
cBUILD_DATE = '2017-01-12';
1313

tools/new_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION=2.0.3
3+
VERSION=2.0.4
44
# cqrlog version
55

66
FINAL=/home/ok2cqr/projects/final_cqrlog/

0 commit comments

Comments
 (0)