Changed the version name to alpha to differentiate. Now mdtest has the version number from IOR.

master
Julian M. Kunkel 2019-05-16 21:25:34 +01:00
parent 3a873ea2b0
commit c5c43c4f3c
2 changed files with 2 additions and 2 deletions

2
META
View File

@ -1,3 +1,3 @@
Package: ior
Version: 3.2.0
Version: 3.3alpha1
Release: 0

View File

@ -77,7 +77,7 @@
#define FILEMODE S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH
#define DIRMODE S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IROTH|S_IXOTH
#define RELEASE_VERS "1.9.3"
#define RELEASE_VERS META_VERSION
#define TEST_DIR "#test-dir"
#define ITEM_COUNT 25000