From 15616edea81609b0c184612f3dfb5bc84f8cf795 Mon Sep 17 00:00:00 2001 From: Anshul Maheshwari Date: Sat, 11 Oct 2014 12:26:54 +0530 Subject: [PATCH] updated changes --- OpenBSD/Makefile | 2 +- docs/CHANGES.TXT | 4 ++++ docs/README.TXT | 2 +- src/CMakeLists.txt | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/OpenBSD/Makefile b/OpenBSD/Makefile index 7090669f..659affca 100644 --- a/OpenBSD/Makefile +++ b/OpenBSD/Makefile @@ -4,7 +4,7 @@ MAINTAINER = Marc Espie 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 diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT index db9511f6..5b704690 100644 --- a/docs/CHANGES.TXT +++ b/docs/CHANGES.TXT @@ -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) diff --git a/docs/README.TXT b/docs/README.TXT index f259551c..d56202d7 100644 --- a/docs/README.TXT +++ b/docs/README.TXT @@ -1,4 +1,4 @@ -ccextractor, 0.73 +ccextractor, 0.75 ----------------- Authors: Carlos Fernández (cfsmp3), Volker Quetschke. Maintainer: cfsmp3 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1bead950..32d1d6fe 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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