Bump version 0.93 -> 0.94

This commit is contained in:
Carlos Fernandez Sanz
2021-12-14 09:46:01 -08:00
parent 3dd3d5f6aa
commit 7bcdd6729f
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh -ex
#!/usr/bin/env -S sh -ex
####################################################################
# setup by tracey apr 2012

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([CCExtractor], [0.93], [carlos@ccextractor.org])
AC_INIT([CCExtractor], [0.94], [carlos@ccextractor.org])
AC_CONFIG_AUX_DIR([build-conf])
AC_CONFIG_SRCDIR([../src/ccextractor.c])
AM_INIT_AUTOMAKE([foreign subdir-objects])