[aquaria] Aquaria - change version number

GMMan yukaili.geek at gmail.com
Sun Apr 10 22:51:10 EDT 2011


As I remember, Andrew also inserted an option in CMake for custom
build labels too. It's AQUARIA_CUSTOM_BUILD_ID.

2011/4/10 Tomasz Makarewicz <makson96 at gmail.com>
>
> Thank you.
> That was exactly what I was looking for. Now home-made patches will not confuse me.
> Regards
>
> 2011/4/10 Andrew Church <achurch+aquaria at achurch.org>
>>
>> >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/
>> _______________________________________________
>> aquaria mailing list
>> aquaria at icculus.org
>> http://icculus.org/mailman/listinfo/aquaria
>
>
>
> --
> http://ubuntu.pl
>
> _______________________________________________
> aquaria mailing list
> aquaria at icculus.org
> http://icculus.org/mailman/listinfo/aquaria
>


More information about the aquaria mailing list