mirror of
https://github.com/panda3d/panda3d.git
synced 2025-11-02 03:25:30 -05:00
12 lines
340 B
ObjectPascal
12 lines
340 B
ObjectPascal
//
|
|
// Package.pp
|
|
//
|
|
// This file defines a few more configuration variables that are
|
|
// inconvenient to store in Config.pp, simply because they are more
|
|
// specific to a particular package and not likely to be edited by a
|
|
// configuring user.
|
|
|
|
// What is the name and version of this source tree?
|
|
#define PACKAGE dtool
|
|
#define VERSION 0.80
|