Updated test_physfs.c's version to match everything else.

This commit is contained in:
Ryan C. Gordon 2009-04-13 17:57:56 -04:00
parent d8d296e8c6
commit 05e3864db8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include "physfs.h"
#define TEST_VERSION_MAJOR 2
#define TEST_VERSION_MINOR 0
#define TEST_VERSION_MINOR 1
#define TEST_VERSION_PATCH 0
static FILE *history_file = NULL;