Skip to content

Commit 1a85ea9

Browse files
author
Kieran Kunhya
committed
Actually change the version number in the CLI
1 parent 7db8863 commit 1a85ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obecli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ int main( int argc, char **argv )
14941494
cli.avc_profile = -1;
14951495

14961496
printf( "\nOpen Broadcast Encoder command line interface.\n" );
1497-
printf( "Version 0.1 \n" );
1497+
printf( "Version 1.0 \n" );
14981498
printf( "\n" );
14991499

15001500
while( 1 )

0 commit comments

Comments
 (0)