diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2014-11-14 07:38:51 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2014-11-14 07:38:51 +0000 |
commit | af57d749c242e93dac5513985df6831e89bfc975 (patch) | |
tree | f203c47aa7280044b9d3624196ba2cdd8e0994ca /CIAO/ciao | |
parent | 281d1f231c76a78b8bcf93a6d5d82b2663c4759a (diff) | |
download | ATCD-af57d749c242e93dac5513985df6831e89bfc975.tar.gz |
ChangeLogTag:Fri Nov 14 08:38:16 CET 2014 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'CIAO/ciao')
-rw-r--r-- | CIAO/ciao/Version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CIAO/ciao/Version.h b/CIAO/ciao/Version.h index 370a7dad0a6..5035e7f15a9 100644 --- a/CIAO/ciao/Version.h +++ b/CIAO/ciao/Version.h @@ -4,6 +4,6 @@ // This is file was automatically generated by \$ACE_ROOT/bin/make_release.py #define CIAO_MAJOR_VERSION 1 -#define CIAO_MINOR_VERSION 2 -#define CIAO_BETA_VERSION 8 -#define CIAO_VERSION "1.2.8" +#define CIAO_MINOR_VERSION 3 +#define CIAO_BETA_VERSION 0 +#define CIAO_VERSION "1.3.0" |