Skip to content

Commit

Permalink
Push version 0.90 -> 0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
cfsmp3 committed Jul 26, 2021
1 parent 352f035 commit 5127da5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OpenBSD/Makefile
Expand Up @@ -4,7 +4,7 @@ MAINTAINER = Marc Espie <espie@openbsd.org>
CATEGORIES = multimedia
COMMENT = closed caption subtitles extractor
HOMEPAGE = https://ccextractor.org
V = 0.90
V = 0.91
DISTFILES = ccextractor.${V:S/.//}-src.zip
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ccextractor/}
DISTNAME = ccextractor-$V
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGES.TXT
@@ -1,3 +1,8 @@
0.91 (2021-07-26)
-----------------
- More Rust in the 708 decoder (Add Pen Presets and timing functions)
- Updated GUI

0.90 (2021-07-14)
-----------------
- New installer (WiX based)
Expand Down
2 changes: 1 addition & 1 deletion linux/configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([CCExtractor], [0.90], [carlos@ccextractor.org])
AC_INIT([CCExtractor], [0.91], [carlos@ccextractor.org])
AC_CONFIG_AUX_DIR([build-conf])
AC_CONFIG_SRCDIR([../src/ccextractor.c])
AM_INIT_AUTOMAKE([foreign subdir-objects])
Expand Down
2 changes: 1 addition & 1 deletion mac/configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([CCExtractor], [0.90], [carlos@ccextractor.org])
AC_INIT([CCExtractor], [0.91], [carlos@ccextractor.org])
AC_CONFIG_AUX_DIR([build-conf])
AC_CONFIG_SRCDIR([../src/ccextractor.c])
AM_INIT_AUTOMAKE([foreign subdir-objects])
Expand Down
2 changes: 1 addition & 1 deletion package_creators/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ccextractor
pkgver=0.90
pkgver=0.91
pkgrel=1
pkgdesc="A closed captions and teletext subtitles extractor for video streams."
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion src/lib_ccx/lib_ccx.h
@@ -1,7 +1,7 @@
#ifndef CCX_CCEXTRACTOR_H
#define CCX_CCEXTRACTOR_H

#define VERSION "0.90"
#define VERSION "0.91"

// Load common includes and constants for library usage
#include "ccx_common_platform.h"
Expand Down

0 comments on commit 5127da5

Please sign in to comment.