mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[10167] Bump vmap extractor version to 3.00
This commit is contained in:
parent
988ca2e101
commit
da2c210161
31 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -436,7 +436,7 @@ bool processArgv(int argc, char ** argv, const char *versionString)
|
||||||
int main(int argc, char ** argv)
|
int main(int argc, char ** argv)
|
||||||
{
|
{
|
||||||
bool success=true;
|
bool success=true;
|
||||||
const char *versionString = "V2.90 2010_05";
|
const char *versionString = "V3.00 2010_07";
|
||||||
|
|
||||||
// Use command line arguments, when some
|
// Use command line arguments, when some
|
||||||
if(!processArgv(argc, argv, versionString))
|
if(!processArgv(argc, argv, versionString))
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10166"
|
#define REVISION_NR "10167"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue