From 91497fbb4c20d775f788beee0e9153f575686a86 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sat, 4 Jul 2015 23:35:34 +0200 Subject: [PATCH] version 0.1.1 --- configure | 22 +++++++++++----------- configure.ac | 2 +- src/Makefile.clang | 10 +++++----- src/Makefile.gcc | 10 +++++----- test/ui.cpp | 6 +++--- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/configure b/configure index a09e7e9a..dd9479c0 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for finalcut 0.1.0b. +# Generated by GNU Autoconf 2.69 for finalcut 0.1.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='finalcut' PACKAGE_TARNAME='finalcut' -PACKAGE_VERSION='0.1.0b' -PACKAGE_STRING='finalcut 0.1.0b' +PACKAGE_VERSION='0.1.1' +PACKAGE_STRING='finalcut 0.1.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1321,7 +1321,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures finalcut 0.1.0b to adapt to many kinds of systems. +\`configure' configures finalcut 0.1.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1391,7 +1391,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of finalcut 0.1.0b:";; + short | recursive ) echo "Configuration of finalcut 0.1.1:";; esac cat <<\_ACEOF @@ -1500,7 +1500,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -finalcut configure 0.1.0b +finalcut configure 0.1.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1986,7 +1986,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by finalcut $as_me 0.1.0b, which was +It was created by finalcut $as_me 0.1.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2850,7 +2850,7 @@ fi # Define the identity of the package. PACKAGE='finalcut' - VERSION='0.1.0b' + VERSION='0.1.1' cat >>confdefs.h <<_ACEOF @@ -15553,7 +15553,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -finalcut config.lt 0.1.0b +finalcut config.lt 0.1.1 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -17412,7 +17412,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by finalcut $as_me 0.1.0b, which was +This file was extended by finalcut $as_me 0.1.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17469,7 +17469,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -finalcut config.status 0.1.0b +finalcut config.status 0.1.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index f6227996..25b6c590 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([finalcut], [0.1.0b]) +AC_INIT([finalcut], [0.1.1]) AC_CONFIG_SRCDIR([src/fobject.cpp]) AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/src/Makefile.clang b/src/Makefile.clang index 004522d3..2d4fe156 100644 --- a/src/Makefile.clang +++ b/src/Makefile.clang @@ -83,8 +83,8 @@ endif $(CXX) -c $(CCXFLAGS) -fpic -o $@ $< all: dep $(OBJS) - $(CXX) $(CCXFLAGS) $(INCLUDES) $(LDFLAGS) -shared -Wl,-soname,$(LIB).0 -o $(LIB).0.1.0 $(OBJS) - ln -s -f $(LIB).0.1.0 libfinal.so.0 + $(CXX) $(CCXFLAGS) $(INCLUDES) $(LDFLAGS) -shared -Wl,-soname,$(LIB).0 -o $(LIB).0.1.1 $(OBJS) + ln -s -f $(LIB).0.1.1 libfinal.so.0 ln -s -f $(LIB).0 libfinal.so $(LIB): all @@ -97,8 +97,8 @@ profile: install: $(LIB) mkdir -p $(LIBDIR) - install -c $(LIB).0.1.0 $(LIBDIR)/$(LIB).0.1.0 - ln -s -f $(LIB).0.1.0 $(LIBDIR)/libfinal.so.0 + install -c $(LIB).0.1.1 $(LIBDIR)/$(LIB).0.1.1 + ln -s -f $(LIB).0.1.1 $(LIBDIR)/libfinal.so.0 ln -s -f $(LIB).0 $(LIBDIR)/libfinal.so ldconfig mkdir -p $(INCLUDEDIR) @@ -108,7 +108,7 @@ install: $(LIB) done uninstall: $(INCLUDE_HEADERS) - $(RM) $(LIBDIR)/$(LIB).0.1.0 $(LIBDIR)/libfinal.so.0 $(LIBDIR)/libfinal.so + $(RM) $(LIBDIR)/$(LIB).0.1.1 $(LIBDIR)/libfinal.so.0 $(LIBDIR)/libfinal.so @list='$(INCLUDE_HEADERS)'; for h in $$list; \ do \ $(RM) $(INCLUDEDIR)/$$h; \ diff --git a/src/Makefile.gcc b/src/Makefile.gcc index 5948c8cd..9f9b4261 100644 --- a/src/Makefile.gcc +++ b/src/Makefile.gcc @@ -83,8 +83,8 @@ endif $(CXX) -c $(CCXFLAGS) -fpic -o $@ $< all: dep $(OBJS) - $(CXX) $(CCXFLAGS) $(INCLUDES) $(LDFLAGS) -shared -Wl,-soname,$(LIB).0 -o $(LIB).0.1.0 $(OBJS) - ln -s -f $(LIB).0.1.0 libfinal.so.0 + $(CXX) $(CCXFLAGS) $(INCLUDES) $(LDFLAGS) -shared -Wl,-soname,$(LIB).0 -o $(LIB).0.1.1 $(OBJS) + ln -s -f $(LIB).0.1.1 libfinal.so.0 ln -s -f $(LIB).0 libfinal.so $(LIB): all @@ -97,8 +97,8 @@ profile: install: $(LIB) mkdir -p $(LIBDIR) - install -c $(LIB).0.1.0 $(LIBDIR)/$(LIB).0.1.0 - ln -s -f $(LIB).0.1.0 $(LIBDIR)/libfinal.so.0 + install -c $(LIB).0.1.1 $(LIBDIR)/$(LIB).0.1.1 + ln -s -f $(LIB).0.1.1 $(LIBDIR)/libfinal.so.0 ln -s -f $(LIB).0 $(LIBDIR)/libfinal.so ldconfig mkdir -p $(INCLUDEDIR) @@ -108,7 +108,7 @@ install: $(LIB) done uninstall: $(INCLUDE_HEADERS) - $(RM) $(LIBDIR)/$(LIB).0.1.0 $(LIBDIR)/libfinal.so.0 $(LIBDIR)/libfinal.so + $(RM) $(LIBDIR)/$(LIB).0.1.1 $(LIBDIR)/libfinal.so.0 $(LIBDIR)/libfinal.so @list='$(INCLUDE_HEADERS)'; for h in $$list; \ do \ $(RM) $(INCLUDEDIR)/$$h; \ diff --git a/test/ui.cpp b/test/ui.cpp index e50d8e55..cd1d25ec 100644 --- a/test/ui.cpp +++ b/test/ui.cpp @@ -448,7 +448,7 @@ void MyDialog::cb_about (FWidget* widget, void*) FString line(2, wchar_t(fc::BoxDrawingsHorizontal)); FMessageBox info ( "About", line + L" The Final Cut " + line + "\n\n" - L"Version 0.1.0\n\n" + L"Version 0.1.1\n\n" L"(c) 2015 by Markus Gans", FMessageBox::Ok, 0, 0, this ); info.setCenterText(); @@ -656,14 +656,14 @@ int main (int argc, char* argv[]) } FApplication app(argc, argv); - app.setXTermTitle ("The FINAL CUT 0.1.0 (C) 2015 by Markus Gans"); + app.setXTermTitle ("The FINAL CUT 0.1.1 (C) 2015 by Markus Gans"); //app.setEncoding("VT100"); //app.setTermGeometry(94,30); //app.setNewFont(); MyDialog d(&app); - d.setText ("The FINAL CUT 0.1.0 (C) 2015 by Markus Gans"); + d.setText ("The FINAL CUT 0.1.1 (C) 2015 by Markus Gans"); d.setGeometry (int((app.getWidth()-56)/2), 2, 56, app.getHeight()-3); d.setShadow();