updated changes

This commit is contained in:
Anshul Maheshwari
2014-10-11 12:26:54 +05:30
parent cce4ec5e1a
commit 15616edea8
4 changed files with 7 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ MAINTAINER = Marc Espie <espie@openbsd.org>
CATEGORIES = multimedia
COMMENT = closed caption subtitles extractor
HOMEPAGE = http://ccextractor.sourceforge.net/
V = 0.71
V = 0.75
DISTFILES = ccextractor.${V:S/.//}-src.zip
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ccextractor/}
DISTNAME = ccextractor-$V

View File

@@ -1,3 +1,7 @@
0.75
-----------
- CCExtractor can be used as library if compiled using cmake
0.74
-----------
- Fixed issue with -o1 -o2 and -12 parameters (where it would write output only in the o2 file)

View File

@@ -1,4 +1,4 @@
ccextractor, 0.73
ccextractor, 0.75
-----------------
Authors: Carlos Fernández (cfsmp3), Volker Quetschke.
Maintainer: cfsmp3

View File

@@ -4,7 +4,7 @@ project (CCExtractor)
#Version number
set (CCEXTRACTOR_VERSION_MAJOR 0)
set (CCEXTRACTOR_VERSION_MINOR 74)
set (CCEXTRACTOR_VERSION_MINOR 75)
# configure a header file to pass some of the CMake settings
# to the source code