Sha256: 738b245a7d50a6a6bd172a02a3e0321dbea9e0160d842074dd512fed5e250fcf

Contents?: true

Size: 903 Bytes

Versions: 1

Compression:

Stored size: 903 Bytes

Contents

#ifndef GOSU_VERSION_HPP
#define GOSU_VERSION_HPP

#define GOSU_MAJOR_VERSION 0
#define GOSU_MINOR_VERSION 9
#define GOSU_POINT_VERSION 2
#define GOSU_VERSION "0.9.2.pre1"

#define GOSU_COPYRIGHT_NOTICE \
    "This software uses the following third-party libraries:\n" \
    "\n" \
    "Gosu, http://www.libgosu.org, MIT License, http://opensource.org/licenses/MIT\n" \
    "SDL 2, http://www.libsdl.org, MIT License, http://opensource.org/licenses/MIT\n" \
    "FreeImage, http://freeimage.sourceforge.net, FreeImage Public License\n" \
    "libogg & libvorbis, http://www.xiph.org, BSD License, 3-Clause Version, http://www.xiph.org/licenses/bsd\n" \
    "libsndfile, http://www.mega-nerd.com/libsndfile, GNU LGPL 3, http://www.gnu.org/copyleft/lesser.html\n" \
    "OpenAL Soft, http://kcat.strangesoft.net/openal.html, GNU LGPL 2, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html\n"
  
#endif

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gosu-0.9.2.pre1 Gosu/Version.hpp