From: Konstantin Dmitriev Date: Thu, 14 Oct 2010 13:29:41 +0000 (+0700) Subject: Mark release candidate different way in version number. X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=7caaa8a0c19af7c13f00e591e7ed42dfae3ae51b Mark release candidate different way in version number. --- 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