[Rezilla-commits] RezillaExtras/ToggleFork/ToggleFork_Src ToggleFork_ID.h, NONE, 1.1 ToggleFork_Pre
Brought to you by:
bdesgraupes
From: Bernard D. <bde...@us...> - 2006-11-28 15:47:30
|
Update of /cvsroot/rezilla/RezillaExtras/ToggleFork/ToggleFork_Src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv31907 Added Files: ToggleFork_ID.h ToggleFork_Prefix.pch Log Message: First checkin --- NEW FILE: ToggleFork_Prefix.pch --- // // Prefix header for all source files of the 'ToggleFork' target in the 'ToggleFork' project. // #include <Carbon/Carbon.h> --- NEW FILE: ToggleFork_ID.h --- // =========================================================================== // ToggleFork_ID.h // Created : 2006-11-11 10:19:38 // Last modification : 2006-11-28 13:02:33 // Author : Bernard Desgraupes // e-mail : <bde...@us...> // www : <http://perso.orange.fr/bdesgraupes/> // (c) Copyright : Bernard Desgraupes 2006 // All rights reserved. // =========================================================================== // developStage 0x20 // alphaStage 0x40 // betaStage 0x60 // finalStage 0x80 #define TOGGLEFORK_MAJOR 1 #define TOGGLEFORK_MINOR 1 #define TOGGLEFORK_SUBMINOR 1 #define TOGGLEFORK_STAGE 'f' // developStage, alphaStage, betaStage, finalStage #define TOGGLEFORK_DEVEL 0 // Version number string #define TOGGLEFORK_VERSION_STRING "1.1.1" |