diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-10 15:50:56 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-10 15:50:56 +0800 |
commit | 7339285e6ecba13683b558fe1798638e78c46a64 (patch) | |
tree | 5971d1162b4293a083d60cb209615f9330e04d16 /version.properties | |
parent | 6a9f8fff3df82f00db13b0ec7279c9849ee3956c (diff) |
Update version.properties of vfc-nfvo-lcm
Change minor=1 to minor=0
Change-Id: I7dfcf0d56c860fa35ff3167f2ccd1c4cc66ea7a0
Issue-Id: VFC-515
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 7f86aa15..51287873 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=0 patch=0 base_version=${major}.${minor}.${patch} |