Skip to content

Commit

Permalink
version changed to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2cqr committed Jan 12, 2017
1 parent 01baf0a commit 0a406f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/uVersion.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
interface

const
cVERSION = '2.0.3 (001)';
cVERSION = '2.0.4 (001)';
cMAJOR = 2;
cMINOR = 0;
cRELEAS = 3;
cRELEAS = 4;
cBUILD = 0;
cBUILD_DATE = '2017-01-12';

Expand Down
2 changes: 1 addition & 1 deletion tools/new_version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=2.0.3
VERSION=2.0.4
# cqrlog version

FINAL=/home/ok2cqr/projects/final_cqrlog/
Expand Down

0 comments on commit 0a406f3

Please sign in to comment.