From: Carlos Lopez Date: Wed, 10 Nov 2010 18:19:34 +0000 (+0100) Subject: Do not use development snapshot splash screen. X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=db8c4862b74311ea8214d79294bc9cfb7e1b14a5 Do not use development snapshot splash screen. --- diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac index 028c006..edee43c 100755 --- a/synfig-studio/configure.ac +++ b/synfig-studio/configure.ac @@ -3,7 +3,7 @@ # -- I N I T -------------------------------------------------- AC_INIT([Synfig Studio],[0.62.02],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio]) -AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, true) +AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, false) AC_REVISION AC_CONFIG_AUX_DIR(config)