Mark release candidate different way in version number.
authorKonstantin Dmitriev <ksee.zelgadis@gmail.com>
Thu, 14 Oct 2010 13:29:41 +0000 (20:29 +0700)
committerKonstantin Dmitriev <ksee.zelgadis@gmail.com>
Thu, 14 Oct 2010 13:29:41 +0000 (20:29 +0700)
synfig-core/configure.ac
synfig-studio/configure.ac

index 7b627b0..1673808 100644 (file)
@@ -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)
index eb53b69..c39ee4a 100755 (executable)
@@ -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