blissify/include/constants.h
Phyks (Lucas Verney) 345383e3a5 Bump Bliss version
Now using 3 tempo values, updated Bliss version.

_Note_: You should rebuild your database after upgrading to this commit.
Next major breaking changes will be handled by dedicated update scripts
to avoid having to rebuild the entire database.
2016-07-24 15:31:18 +02:00

8 lines
123 B
C

#ifndef CONSTANTS_H
#define CONSTANTS_H
#define DEFAULT_STRING_LENGTH 10000
#define VERSION "0.1"
#endif // CONSTANTS_H