This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository mednaffe.
commit 82e14dcf392dd0b876343cd8b58caa25029a76f4 Author: AmatCoder <[email protected]> Date: Sun Aug 7 16:06:32 2016 +0200 Version 0.8.2 released (only for Windows) --- src/about.c | 2 +- src/prefs.c | 2 +- src/toggles.c | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/about.c b/src/about.c index 2a3ebd3..049ddac 100644 --- a/src/about.c +++ b/src/about.c @@ -45,7 +45,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.8.1", + "version" ,"0.8.2", "authors", authors, #ifdef STATIC_ENABLED "copyright", "See NOTICE file for license details.", diff --git a/src/prefs.c b/src/prefs.c index 0bd4f32..c8f6d04 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.8.1\n \ + g_key_file_set_comment(key_file, NULL, NULL, " Version 0.8.2\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 2dd648b..65bce73 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.8.1\n\ + print_log("Starting Mednaffe 0.8.2\n\ Mednafen 09x configuration file found.\n", FE, gui); else return NULL; @@ -392,9 +392,9 @@ gboolean check_version(gchar *stout, guidata *gui) return FALSE; if (aline[1][13]-'0'<3) return FALSE; - if ((aline[1][13]=='3') && ((aline[1][14]-'0')<6)) + if ((aline[1][13]=='3') && ((aline[1][14]-'0')<9)) return FALSE; - + /* if (strlen(aline[1])>16) { if ((aline[1][13]=='3') && (aline[1][14]=='6') && ((aline[1][16]-'0')<2)) @@ -405,7 +405,7 @@ gboolean check_version(gchar *stout, guidata *gui) if ((aline[1][13]=='3') && ((aline[1][14]-'0')<7)) return FALSE; } - + */ print_log("Version detected: ", FE, gui); print_log(aline[1], FE, gui); #ifdef G_OS_UNIX -- 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

