Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zhipin Deng
VVCSoftware_VTM
Commits
64a08416
Commit
64a08416
authored
Nov 09, 2018
by
Frank Bossen
Browse files
Rename version macro and update version to 3.0rc1
parent
ab713c24
Changes
4
Hide whitespace changes
Inline
Side-by-side
source/App/DecoderApp/decmain.cpp
View file @
64a08416
...
...
@@ -54,7 +54,7 @@ int main(int argc, char* argv[])
// print information
fprintf
(
stdout
,
"
\n
"
);
fprintf
(
stdout
,
"VVCSoftware: VTM Decoder Version %s "
,
NEXT_SOFTWARE
_VERSION
);
fprintf
(
stdout
,
"VVCSoftware: VTM Decoder Version %s "
,
VTM
_VERSION
);
fprintf
(
stdout
,
NVM_ONOS
);
fprintf
(
stdout
,
NVM_COMPILEDBY
);
fprintf
(
stdout
,
NVM_BITS
);
...
...
source/App/EncoderApp/encmain.cpp
View file @
64a08416
...
...
@@ -84,7 +84,7 @@ int main(int argc, char* argv[])
{
// print information
fprintf
(
stdout
,
"
\n
"
);
fprintf
(
stdout
,
"VVCSoftware: VTM Encoder Version %s "
,
NEXT_SOFTWARE
_VERSION
);
fprintf
(
stdout
,
"VVCSoftware: VTM Encoder Version %s "
,
VTM
_VERSION
);
fprintf
(
stdout
,
NVM_ONOS
);
fprintf
(
stdout
,
NVM_COMPILEDBY
);
fprintf
(
stdout
,
NVM_BITS
);
...
...
source/App/SEIRemovalApp/seiremovalmain.cpp
View file @
64a08416
...
...
@@ -54,7 +54,7 @@ int main(int argc, char* argv[])
// print information
fprintf
(
stdout
,
"
\n
"
);
fprintf
(
stdout
,
"VVCSoftware: VTM Decoder Version %s "
,
NEXT_SOFTWARE
_VERSION
);
fprintf
(
stdout
,
"VVCSoftware: VTM Decoder Version %s "
,
VTM
_VERSION
);
fprintf
(
stdout
,
NVM_ONOS
);
fprintf
(
stdout
,
NVM_COMPILEDBY
);
fprintf
(
stdout
,
NVM_BITS
);
...
...
source/Lib/CommonLib/version.h
View file @
64a08416
#if ! defined(
NEXT_SOFTWARE
_VERSION )
#define
NEXT_SOFTWARE
_VERSION "
2.2
"
#if ! defined(
VTM
_VERSION )
#define
VTM
_VERSION "
3.0rc1
"
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment