Version.hpp
Go to the documentation of this file.
00001 #ifndef GOSU_VERSION_HPP
00002 #define GOSU_VERSION_HPP
00003 
00004 #define GOSU_MAJOR_VERSION 0
00005 #define GOSU_MINOR_VERSION 7
00006 #define GOSU_POINT_VERSION 34
00007 #define GOSU_VERSION "0.7.34"
00008 
00009 #define GOSU_COPYRIGHT_NOTICE \
00010   "May contain `ogg', `vorbis' libraries (c) 2002-2008 Xiph.org Foundation" \
00011   "\n\n" \
00012   "Redistribution and use in source and binary forms, with or without" \
00013   "modification, are permitted provided that the following conditions" \
00014   "are met:" \
00015   "\n\n" \
00016   "- Redistributions of source code must retain the above copyright" \
00017   "notice, this list of conditions and the following disclaimer." \
00018   "\n\n" \
00019   "- Redistributions in binary form must reproduce the above copyright" \
00020   "notice, this list of conditions and the following disclaimer in the" \
00021   "documentation and/or other materials provided with the distribution." \
00022   "\n\n" \
00023   "- Neither the name of the Xiph.org Foundation nor the names of its" \
00024   "contributors may be used to endorse or promote products derived from" \
00025   "this software without specific prior written permission." \
00026   "\n\n" \
00027   "THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS" \
00028   "``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT" \
00029   "LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR" \
00030   "A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION" \
00031   "OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL," \
00032   "SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT" \
00033   "LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE," \
00034   "DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY" \
00035   "THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT" \
00036   "(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE" \
00037   "OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
00038   
00039 #endif