Update files to reflect upcoming .81

-
This commit is contained in:
canihavesomecoffee 2016-05-25 20:58:42 +02:00
parent db1fab51f4
commit 6b0e57f07d
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
0.81 (TBD)
-----------------
- New: --version parameter for extensive version information (version number, compile date, executable hash, git commit (if appropriate))
- Fix: Issues with files <1 Mb
- Fix: Preview of generated transcript
- Fix: Correcting display of sub mode and info in transcripts
- Fix: Teletext page number displayed in -UCLA
- Fix: Removal of excessive XDS notices about aspect ratio info

View File

@ -1,4 +1,4 @@
ccextractor, 0.79
ccextractor, 0.81
-----------------
Authors: Carlos Fernández (cfsmp3), Volker Quetschke.
Maintainer: cfsmp3
@ -14,12 +14,12 @@ You can subscribe to new releases notifications at freshmeat:
http://freshmeat.net/projects/ccextractor
Google Summer of Code 2014 students
- Willem van iseghem
- Willem Van Iseghem
- Ruslan KuchumoV
- Anshul Maheshwari
Google Summer of Code 2015 students
- Willem van iseghem
- Willem Van Iseghem
- Ruslan Kuchumov
- Anshul Maheshwari
- Nurendra Choudhary

View File

@ -1,7 +1,7 @@
#ifndef CCX_CCEXTRACTOR_H
#define CCX_CCEXTRACTOR_H
#define VERSION "0.79"
#define VERSION "0.81"
// Load common includes and constants for library usage
#include "ccx_common_platform.h"