Skip to content

Commit 749ec9d

Browse files
committed
interim-release
1 parent 635d7c6 commit 749ec9d

7 files changed

Lines changed: 4672 additions & 4668 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Process this file with autoconf to produce a configure script.
66

7-
AC_INIT([finalcut], [0.5.0])
7+
AC_INIT([finalcut], [0.5.1])
88
AC_CONFIG_HEADER([config.h])
99
AX_PREFIX_CONFIG_H([src/include/final/fconfig.h], [F])
1010
AC_CONFIG_SRCDIR([src/fobject.cpp])
@@ -60,7 +60,7 @@ LT_OUTPUT
6060
### This defines the version number of the installed .so files
6161
### Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
6262
### using libtool's versioning system.
63-
AC_SUBST(SO_VERSION, ["5:0:5"])
63+
AC_SUBST(SO_VERSION, ["5:1:5"])
6464

6565
AC_SUBST([LIBTOOL_DEPS])
6666

debian/libfinal0.shlibs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libfinal 0 libfinal0 (>= 0.5.0)
1+
libfinal 0 libfinal0 (>= 0.5.1)

debian/libfinal0.symbols

Lines changed: 4660 additions & 4660 deletions
Large diffs are not rendered by default.

finalcut.changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
-------------------------------------------------------------------
2+
Sat Dec 01 21:28:25 UTC 2018 - Markus Gans <guru.mail@muenster.de>
3+
- Release (version 0.5.1)
4+
15
-------------------------------------------------------------------
26
Sun Nov 25 00:03:36 UTC 2018 - Markus Gans <guru.mail@muenster.de>
37
- Release (version 0.5.0)

src/Makefile.clang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#-----------------------------------------------------------------------------
44

55
# This is where make install will install the library
6-
VERSION = "0.5.0"
6+
VERSION = "0.5.1"
77
MAJOR := $(shell echo ${VERSION} | cut -d. -f1)
88
LIBDIR = /usr/local/lib
99
INCLUDEDIR1 = include/final

src/Makefile.gcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#-----------------------------------------------------------------------------
44

55
# This is where make install will install the library
6-
VERSION = "0.5.0"
6+
VERSION = "0.5.1"
77
MAJOR := $(shell echo ${VERSION} | cut -d. -f1)
88
LIBDIR = /usr/local/lib
99
INCLUDEDIR1 = include/final

src/include/final/fconfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183

184184
/* Define to the full name and version of this package. */
185185
#ifndef F_PACKAGE_STRING
186-
#define F_PACKAGE_STRING "finalcut 0.5.0"
186+
#define F_PACKAGE_STRING "finalcut 0.5.1"
187187
#endif
188188

189189
/* Define to the one symbol short name of this package. */
@@ -198,7 +198,7 @@
198198

199199
/* Define to the version of this package. */
200200
#ifndef F_PACKAGE_VERSION
201-
#define F_PACKAGE_VERSION "0.5.0"
201+
#define F_PACKAGE_VERSION "0.5.1"
202202
#endif
203203

204204
/* Define to 1 if you have the ANSI C header files. */
@@ -230,7 +230,7 @@
230230

231231
/* Version number of package */
232232
#ifndef F_VERSION
233-
#define F_VERSION "0.5.0"
233+
#define F_VERSION "0.5.1"
234234
#endif
235235

236236
/* Define to 1 if on MINIX. */

0 commit comments

Comments
 (0)