diff options
author | Angelo Corsaro <angelo@icorsaro.net> | 2001-12-01 00:22:51 +0000 |
---|---|---|
committer | Angelo Corsaro <angelo@icorsaro.net> | 2001-12-01 00:22:51 +0000 |
commit | ad67bfde43fdd62e49cd6bc825fb49cf4509d3f1 (patch) | |
tree | f9d6828df10352b6da266d4579c5eec81ccb320a /TAO/tao/Version.h | |
parent | 40ab9e9e46af2f7cdd251cc5fda50c20c09d2777 (diff) | |
download | ATCD-ad67bfde43fdd62e49cd6bc825fb49cf4509d3f1.tar.gz |
1.2.1
Diffstat (limited to 'TAO/tao/Version.h')
-rw-r--r-- | TAO/tao/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Version.h b/TAO/tao/Version.h index 956a67fbbd8..09feb927bd6 100644 --- a/TAO/tao/Version.h +++ b/TAO/tao/Version.h @@ -3,5 +3,5 @@ #define TAO_MAJOR_VERSION 1 #define TAO_MINOR_VERSION 2 -#define TAO_BETA_VERSION 0 -#define TAO_VERSION "1.2" +#define TAO_BETA_VERSION 1 +#define TAO_VERSION "1.2.1" |