From 7caaa8a0c19af7c13f00e591e7ed42dfae3ae51b Mon Sep 17 00:00:00 2001 From: Konstantin Dmitriev Date: Thu, 14 Oct 2010 20:29:41 +0700 Subject: [PATCH] Mark release candidate different way in version number. --- synfig-core/configure.ac | 2 +- synfig-studio/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac index 7b627b0..1673808 100644 --- a/synfig-core/configure.ac +++ b/synfig-core/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Core],[0.62.02RC1],[http://synfig.org/Bugs],[synfig]) +AC_INIT([Synfig Core],[0.62.02-RC1],[http://synfig.org/Bugs],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac index eb53b69..c39ee4a 100755 --- a/synfig-studio/configure.ac +++ b/synfig-studio/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Studio],[0.62.02RC1],[http://synfig.org/Bugs],[synfigstudio]) +AC_INIT([Synfig Studio],[0.62.02-RC1],[http://synfig.org/Bugs],[synfigstudio]) AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, true) AC_REVISION -- 2.7.4