Author: Carlos Lopez <[email protected]>
Date:   Sun Jan 29 11:05:23 2012 +0100

Bump for 0.63.04-RC1

---

 synfig-core/configure.ac          |    2 +-
 synfig-core/src/synfig/releases.h |    1 +
 synfig-studio/configure.ac        |    6 +++---
 synfig-studio/src/gui/app.cpp     |    3 ++-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac
index 6234b79..3fd96f0 100644
--- a/synfig-core/configure.ac
+++ b/synfig-core/configure.ac
@@ -2,7 +2,7 @@
 
 # -- I N I T --------------------------------------------------
 
-AC_INIT([Synfig 
Core],[0.63.03],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig])
+AC_INIT([Synfig 
Core],[0.63.04-RC1],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig])
 AC_REVISION
 
 AC_CONFIG_AUX_DIR(config)
diff --git a/synfig-core/src/synfig/releases.h 
b/synfig-core/src/synfig/releases.h
index bc11d6c..189c52a 100644
--- a/synfig-core/src/synfig/releases.h
+++ b/synfig-core/src/synfig/releases.h
@@ -47,6 +47,7 @@ namespace synfig {
                RELEASE_VERSION_0_63_01,
                RELEASE_VERSION_0_63_02,
                RELEASE_VERSION_0_63_03,
+               RELEASE_VERSION_0_63_04,
 
                RELEASE_VERSION_END
        } ReleaseVersion;
diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac
index 84b1e15..5f35774 100755
--- a/synfig-studio/configure.ac
+++ b/synfig-studio/configure.ac
@@ -2,7 +2,7 @@
 
 # -- I N I T --------------------------------------------------
 
-AC_INIT([Synfig 
Studio],[0.63.03],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio])
+AC_INIT([Synfig 
Studio],[0.63.04-RC1],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio])
 AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, true)
 AC_REVISION
 
@@ -137,8 +137,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.63.03] [ETL >= 0.04.14] sigc++-2.0,,[
-       AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 
0.63.03, ETL >= 0.04.14)])
+PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.63.04-RC1] [ETL >= 0.04.14] 
sigc++-2.0,,[
+       AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 
0.63.04-RC1, ETL >= 0.04.14)])
 ])
 AC_SUBST(SYNFIG_CFLAGS)
 AC_SUBST(SYNFIG_LIBS)
diff --git a/synfig-studio/src/gui/app.cpp b/synfig-studio/src/gui/app.cpp
index f232bc4..0061921 100644
--- a/synfig-studio/src/gui/app.cpp
+++ b/synfig-studio/src/gui/app.cpp
@@ -2109,7 +2109,8 @@ App::dialog_save_file(const std::string &title, 
std::string &filename, std::stri
        {
                file_type_enum = manage(new Widget_Enum());
                file_type_enum->set_param_desc(ParamDesc().set_hint("enum")
-                               
.add_enum_value(synfig::RELEASE_VERSION_0_63_03, "0.63.03", strprintf("0.63.03 
(%s)", _("current")))
+                               
.add_enum_value(synfig::RELEASE_VERSION_0_63_04, "0.63.04", strprintf("0.63.04 
(%s)", _("current")))
+                               
.add_enum_value(synfig::RELEASE_VERSION_0_63_03, "0.63.03", "0.63.03")
                                
.add_enum_value(synfig::RELEASE_VERSION_0_63_02, "0.63.02", "0.63.02")
                                
.add_enum_value(synfig::RELEASE_VERSION_0_63_01, "0.63.01", "0.63.01")
                                
.add_enum_value(synfig::RELEASE_VERSION_0_63_00, "0.63.00", "0.63.00")


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to