This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository mednaffe.
commit 7e0efb75e46d40287b5b9153fbfdb63782769458 Author: AmatCoder <[email protected]> Date: Fri Jul 24 15:49:53 2015 +0200 Prepare to 0.8 release --- configure | 26 +++++++++++++------------- configure.ac | 2 +- depcomp | 2 +- src/about.c | 2 +- src/prefs.c | 2 +- src/toggles.c | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/configure b/configure index 2ab7f68..1a87d54 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 mednaffe 0.7. +# Generated by GNU Autoconf 2.69 for mednaffe 0.8. # # Report bugs to <BUG-REPORT-ADDRESS>. # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='mednaffe' PACKAGE_TARNAME='mednaffe' -PACKAGE_VERSION='0.7' -PACKAGE_STRING='mednaffe 0.7' +PACKAGE_VERSION='0.8' +PACKAGE_STRING='mednaffe 0.8' PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' PACKAGE_URL='' @@ -1237,7 +1237,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 mednaffe 0.7 to adapt to many kinds of systems. +\`configure' configures mednaffe 0.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1303,7 +1303,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of mednaffe 0.7:";; + short | recursive ) echo "Configuration of mednaffe 0.8:";; esac cat <<\_ACEOF @@ -1401,7 +1401,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -mednaffe configure 0.7 +mednaffe configure 0.8 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1456,7 +1456,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 mednaffe $as_me 0.7, which was +It was created by mednaffe $as_me 0.8, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2319,7 +2319,7 @@ fi # Define the identity of the package. PACKAGE='mednaffe' - VERSION='0.7' + VERSION='0.8' cat >>confdefs.h <<_ACEOF @@ -3462,7 +3462,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -CFLAGS="-O2 -s -std=c99 -Wall -Wl,-export-dynamic" +CFLAGS="-s -O2 -std=c99 -Wall -Wl,-export-dynamic" # Checks for libraries. # Check whether --enable-gtk3 was given. @@ -3730,11 +3730,11 @@ fi # Put the nasty error message in config.log where it belongs echo "$GTK_PKG_ERRORS" >&5 - as_fn_error $? "Mednaffe needs GTK+ >= 2.18" "$LINENO" 5 + as_fn_error $? "Mednaffe needs GTK+ >= 2.24" "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - as_fn_error $? "Mednaffe needs GTK+ >= 2.18" "$LINENO" 5 + as_fn_error $? "Mednaffe needs GTK+ >= 2.24" "$LINENO" 5 else GTK_CFLAGS=$pkg_cv_GTK_CFLAGS GTK_LIBS=$pkg_cv_GTK_LIBS @@ -4282,7 +4282,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 mednaffe $as_me 0.7, which was +This file was extended by mednaffe $as_me 0.8, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4348,7 +4348,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="\\ -mednaffe config.status 0.7 +mednaffe config.status 0.8 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 5e060e2..5b00555 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([mednaffe], [0.7], [BUG-REPORT-ADDRESS]) +AC_INIT([mednaffe], [0.8], [BUG-REPORT-ADDRESS]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) AC_CONFIG_SRCDIR([src/common.h]) AC_CONFIG_HEADERS([config.h]) diff --git a/depcomp b/depcomp index 4ebd5b3..fc98710 100755 --- a/depcomp +++ b/depcomp @@ -3,7 +3,7 @@ scriptversion=2013-05-30.07; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/about.c b/src/about.c index 388caea..14e5e90 100644 --- a/src/about.c +++ b/src/about.c @@ -46,7 +46,7 @@ along with Mednaffe. If not, see <http://www.gnu.org/licenses/>."; gtk_show_about_dialog( GTK_WINDOW(gui->topwindow), "program-name", "Mednaffe", - "version" ,"0.7", + "version" ,"0.8", "authors", authors, #ifdef STATIC_ENABLED "copyright", "See NOTICE file for license details.", diff --git a/src/prefs.c b/src/prefs.c index 30d7aad..56d3867 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -111,7 +111,7 @@ void save_prefs(guidata *gui) key_file=g_key_file_new(); /*g_key_file_set_list_separator(key_file, 0x0D);*/ - g_key_file_set_comment(key_file, NULL, NULL, " Version 0.7\n \ + g_key_file_set_comment(key_file, NULL, NULL, " Version 0.8\n \ Do not edit this file!", NULL); g_key_file_set_string(key_file, "GUI", "Bin", gui->binpath); diff --git a/src/toggles.c b/src/toggles.c index 6bf2e17..738d6b8 100644 --- a/src/toggles.c +++ b/src/toggles.c @@ -357,7 +357,7 @@ gchar* get_cfg(const gchar *home, guidata *gui) #endif if (g_file_test (cfg_path, G_FILE_TEST_IS_REGULAR)) - print_log("Starting Mednaffe 0.7\n\ + print_log("Starting Mednaffe 0.8\n\ Mednafen 09x configuration file found.\n", FE, gui); else return NULL; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

