root/juggler/trunk/version.rc.in

Revision 19729, 0.5 kB (checked in by patrick, 2 years ago)

Copyright update.

  • Property svn:eol-style set to native
Line 
1 // This file is a template processed by build_windows.py to generate a
2 // per-module version.rc automatically. That generated file is then included
3 // by each module's .rc file for embedding version information into the
4 // compiled DLL. For example, see modules\vapor\vpr.rc.
5 #pragma once
6
7 #define VERSION_NUM     @MAJOR_VER_NUMBER@,@MINOR_VER_NUMBER@,@PATCH_VER_NUMBER@,@BUILD_VER_NUMBER@
8 #define VERSION_STR     "@MAJOR_VER_NUMBER@.@MINOR_VER_NUMBER@.@PATCH_VER_NUMBER@.@BUILD_VER_NUMBER@"
9 #define COPYRIGHT_STR   "Copyright © 1998–2007"
Note: See TracBrowser for help on using the browser.