development release 0.7.2

This commit is contained in:
Markus Gans 2021-02-28 14:23:14 +01:00
parent 73faadd852
commit f048d846da
7 changed files with 3799 additions and 3799 deletions

View File

@ -4,7 +4,7 @@
# Process this file with autoconf to produce a configure script.
AC_INIT([finalcut], [0.7.1])
AC_INIT([finalcut], [0.7.2])
AC_CONFIG_HEADER([config.h])
AX_PREFIX_CONFIG_H([src/include/final/fconfig.h], [F])
AC_CONFIG_SRCDIR([src/fobject.cpp])
@ -64,7 +64,7 @@ LT_OUTPUT
### This defines the version number of the installed .so files
### Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
### using libtool's versioning system.
AC_SUBST(SO_VERSION, ["7:1:7"])
AC_SUBST(SO_VERSION, ["7:2:7"])
AC_SUBST([LIBTOOL_DEPS])

View File

@ -1 +1 @@
libfinal 0 libfinal0 (>= 0.7.1)
libfinal 0 libfinal0 (>= 0.7.2)

7580
debian/libfinal0.symbols vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
sonar.projectKey=gansm_finalcut
sonar.projectName=finalcut
sonar.projectVersion=0.7.1
sonar.projectVersion=0.7.2
sonar.projectDescription=A text-based widget toolkit
#----------------------------------------------------------------------

View File

@ -3,7 +3,7 @@
#-----------------------------------------------------------------------------
# This is where make install will install the library
VERSION = "0.7.1"
VERSION = "0.7.2"
MAJOR := $(shell echo ${VERSION} | cut -d. -f1)
LIBDIR = /usr/local/lib
INCLUDEDIR1 = include/final

View File

@ -3,7 +3,7 @@
#-----------------------------------------------------------------------------
# This is where make install will install the library
VERSION = "0.7.1"
VERSION = "0.7.2"
MAJOR := $(shell echo ${VERSION} | cut -d. -f1)
LIBDIR = /usr/local/lib
INCLUDEDIR1 = include/final

View File

@ -183,7 +183,7 @@
/* Define to the full name and version of this package. */
#ifndef F_PACKAGE_STRING
#define F_PACKAGE_STRING "finalcut 0.7.1"
#define F_PACKAGE_STRING "finalcut 0.7.2"
#endif
/* Define to the one symbol short name of this package. */
@ -198,7 +198,7 @@
/* Define to the version of this package. */
#ifndef F_PACKAGE_VERSION
#define F_PACKAGE_VERSION "0.7.1"
#define F_PACKAGE_VERSION "0.7.2"
#endif
/* Define to 1 if you have the ANSI C header files. */
@ -230,7 +230,7 @@
/* Version number of package */
#ifndef F_VERSION
#define F_VERSION "0.7.1"
#define F_VERSION "0.7.2"
#endif
/* Define to 1 if on MINIX. */