From 086b548a060b344cadbc51731c1bbae532ae08a8 Mon Sep 17 00:00:00 2001 From: genete Date: Tue, 14 Oct 2008 21:41:48 +0000 Subject: [PATCH] Release 0.61.09! git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2101 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/NEWS | 2 +- synfig-studio/trunk/README | 2 ++ synfig-studio/trunk/configure.ac | 6 +++--- synfig-studio/trunk/src/gtkmm/about.cpp | 2 ++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/synfig-studio/trunk/NEWS b/synfig-studio/trunk/NEWS index 1480de2..2ac1b88 100644 --- a/synfig-studio/trunk/NEWS +++ b/synfig-studio/trunk/NEWS @@ -4,7 +4,7 @@ More detailed notes are available on the releases page: http://synfig.org/Releases - 0.61.09 (SVN 2???) - October ??, 2008 - Bug fixes, features + 0.61.09 (SVN 2101) - October 14, 2008 - Bug fixes, features * Fix building synfigstudio in the fink distribution * Improved plant layer diff --git a/synfig-studio/trunk/README b/synfig-studio/trunk/README index 5436d5a..1db6ecf 100644 --- a/synfig-studio/trunk/README +++ b/synfig-studio/trunk/README @@ -32,6 +32,8 @@ Copyright 2008 Aurore D. Copyright 2008 Gerald Young Copyright 2008 David Roden Copyright 2008 Daniel Hornung +Copyright 2008 Carlos López +Copyright 2008 Gerco Ballintijn Some of the icons are placed in the Public Domain by Chris Norman Some of the icons are placed in the Public Domain by Carlos López González diff --git a/synfig-studio/trunk/configure.ac b/synfig-studio/trunk/configure.ac index d001cf8..355ea36 100755 --- a/synfig-studio/trunk/configure.ac +++ b/synfig-studio/trunk/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Studio],[0.61.08],[http://synfig.org/Bugs],[synfigstudio]) +AC_INIT([Synfig Studio],[0.61.09],[http://synfig.org/Bugs],[synfigstudio]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -135,8 +135,8 @@ PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 gthread-2.0,[ AC_SUBST(GTKMM_CFLAGS) AC_SUBST(GTKMM_LIBS) -PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.61.08] [ETL >= 0.04.11] sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.61.08, ETL >= 0.04.11)]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.61.09] [ETL >= 0.04.12] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.61.09, ETL >= 0.04.12)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS) diff --git a/synfig-studio/trunk/src/gtkmm/about.cpp b/synfig-studio/trunk/src/gtkmm/about.cpp index 1f78296..cec5841 100644 --- a/synfig-studio/trunk/src/gtkmm/about.cpp +++ b/synfig-studio/trunk/src/gtkmm/about.cpp @@ -141,10 +141,12 @@ About::About() authors.push_back("Chris Moore (dooglus)"); authors.push_back("Chris Norman (pixelgeek)"); authors.push_back("Daniel Fort"); + authors.push_back("Daniel Hornung (rubikcube)"); authors.push_back("David Roden (Bombe)"); authors.push_back("Dmitriy Pomerantsev (Atrus)"); authors.push_back("Douglas Lau"); authors.push_back("Gerald Young (Yoyobuae)"); + authors.push_back("Gerco Ballintijn"); authors.push_back("IL'dar AKHmetgaleev (AkhIL)"); authors.push_back("Luka Pravica"); authors.push_back("Martin Michlmayr (tbm)"); -- 2.7.4