File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ] )
88AC_CONFIG_HEADER([ config.h] )
99AX_PREFIX_CONFIG_H ( [ src/include/final/fconfig.h] , [ F] )
1010AC_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
6565AC_SUBST ( [ LIBTOOL_DEPS] )
6666
Original file line number Diff line number Diff line change 1- libfinal 0 libfinal0 (>= 0.5.0 )
1+ libfinal 0 libfinal0 (>= 0.5.1 )
Load diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Sat Dec 01 21:28:25 UTC 2018 - Markus Gans <guru.mail@muenster.de>
3+ - Release (version 0.5.1)
4+
15-------------------------------------------------------------------
26Sun Nov 25 00:03:36 UTC 2018 - Markus Gans <guru.mail@muenster.de>
37- Release (version 0.5.0)
Original file line number Diff line number Diff line change 33#-----------------------------------------------------------------------------
44
55# This is where make install will install the library
6- VERSION = "0.5.0 "
6+ VERSION = "0.5.1 "
77MAJOR := $(shell echo ${VERSION} | cut -d. -f1)
88LIBDIR = /usr/local/lib
99INCLUDEDIR1 = include/final
Original file line number Diff line number Diff line change 33#-----------------------------------------------------------------------------
44
55# This is where make install will install the library
6- VERSION = "0.5.0 "
6+ VERSION = "0.5.1 "
77MAJOR := $(shell echo ${VERSION} | cut -d. -f1)
88LIBDIR = /usr/local/lib
99INCLUDEDIR1 = include/final
Original file line number Diff line number Diff line change 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. */
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. */
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. */
You can’t perform that action at this time.
0 commit comments