We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01baf0a commit 0a406f3Copy full SHA for 0a406f3
src/uVersion.pas
@@ -4,10 +4,10 @@
4
interface
5
6
const
7
- cVERSION = '2.0.3 (001)';
+ cVERSION = '2.0.4 (001)';
8
cMAJOR = 2;
9
cMINOR = 0;
10
- cRELEAS = 3;
+ cRELEAS = 4;
11
cBUILD = 0;
12
cBUILD_DATE = '2017-01-12';
13
tools/new_version
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-VERSION=2.0.3
+VERSION=2.0.4
# cqrlog version
FINAL=/home/ok2cqr/projects/final_cqrlog/
0 commit comments