X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_noise%2Fmain.cpp;h=70c9bdec7dce3e251c764eeb6c64f341eb10789f;hb=e8c53a4f786053f089732ff3988669e64bffa2c5;hp=f9ef6dd467c2f4cc1e8741d20150f9537663ff62;hpb=42e8c5afa54079c8289957632e20c0ddc427bd35;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_noise/main.cpp b/synfig-core/trunk/src/modules/mod_noise/main.cpp index f9ef6dd..70c9bde 100644 --- a/synfig-core/trunk/src/modules/mod_noise/main.cpp +++ b/synfig-core/trunk/src/modules/mod_noise/main.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -62,6 +63,6 @@ MODULE_INVENTORY_BEGIN(libmod_noise) END_LAYERS BEGIN_VALUENODES - VALUENODE(synfig::ValueNode_Random, "random", _("Random")) + VALUENODE(synfig::ValueNode_Random, "random", _("Random"), synfig::RELEASE_VERSION_0_61_08) // SVN r907 END_VALUENODES MODULE_INVENTORY_END