14 lines
369 B
C
14 lines
369 B
C
/*
|
|
* Copyright (c) 2011 by Michael Berlin, Zuse Institute Berlin
|
|
*
|
|
* Licensed under the BSD License, see LICENSE file for details.
|
|
*
|
|
*/
|
|
|
|
#ifndef CPP_INCLUDE_LIBXTREEMFS_VERSION_MANAGEMENT_H_
|
|
#define CPP_INCLUDE_LIBXTREEMFS_VERSION_MANAGEMENT_H_
|
|
|
|
#define XTREEMFS_VERSION_STRING "1.5.1 (Wonderful Waffles)"
|
|
|
|
#endif // CPP_INCLUDE_LIBXTREEMFS_VERSION_MANAGEMENT_H_
|