Skip to content

Commit

Permalink
[10167] Bump vmap extractor version to 3.00
Browse files Browse the repository at this point in the history
  • Loading branch information
Lynx3d committed Jul 8, 2010
1 parent 6fa16c6 commit b55e1b5
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 2 deletions.
Binary file modified contrib/vmap_extract_assembler_bin/vmapExtractor3.exe
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -436,7 +436,7 @@ bool processArgv(int argc, char ** argv, const char *versionString)
int main(int argc, char ** argv)
{
bool success=true;
const char *versionString = "V2.90 2010_05";
const char *versionString = "V3.00 2010_07";

// Use command line arguments, when some
if(!processArgv(argc, argv, versionString))
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10166"
#define REVISION_NR "10167"
#endif // __REVISION_NR_H__

1 comment on commit b55e1b5

@NoFantasy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may experience runtime errors using this (Windows)

If so, the solution seem to be:
A: get MS Visual C++ 2010 Redistributable Package
or
B: compile the binaries yourself

The same goes for vmap_assembler.exe

Please sign in to comment.