]> git.sesse.net Git - mlt/blobdiff - src/melt/melt.c
Set version to 0.8.8.
[mlt] / src / melt / melt.c
index 3757b3aaf0a8054d923d2e67635ad088eb16e718..5196fafe36c58cfdfbf6e8ff422047c827874d98 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * melt.c -- MLT command line utility
- * Copyright (C) 2002-2012 Ushodaya Enterprises Limited
+ * Copyright (C) 2002-2013 Ushodaya Enterprises Limited
  * Authors: Charles Yates <charles.yates@pandora.be>
  *          Dan Dennedy <dan@dennedy.org>
  *
@@ -782,7 +782,7 @@ query_all:
                else if ( !strcmp( argv[ i ], "-version" ) || !strcmp( argv[ i ], "--version" ) )
                {
                        fprintf( stdout, "%s " VERSION "\n"
-                               "Copyright (C) 2002-2012 Ushodaya Enterprises Limited\n"
+                               "Copyright (C) 2002-2013 Ushodaya Enterprises Limited\n"
                                "<http://www.mltframework.org/>\n"
                                "This is free software; see the source for copying conditions.  There is NO\n"
                                "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",