[aquaria] Aquaria - change version number

Andrew Church achurch+aquaria at achurch.org
Sun Apr 10 19:54:24 EDT 2011


>Hi,
>On a title Screen of Aquaria there is version number (AQUARIA v1.1.3). I
>want to change it, to keep different version numbers for build from this
>source, than from main version (on the HIB site). Unfortunately I am unable
>to find the file responsible for it, both in source and data files. Could
>any one tell me which file should I edit to do so?

The version number is defined by constants in Aquaria/DSQ.h:

const int VERSION_MAJOR			= 1;
const int VERSION_MINOR			= 1;
const int VERSION_REVISION		= 3;

You could also edit DSQ::setVersionLabelText() in Aquaria/DSQ.cpp and
set the version string directly, rather than using the constants.

  --Andrew Church
    achurch at achurch.org
    http://achurch.org/


More information about the aquaria mailing list