ocarina/include/version.h

13 lines
201 B
C
Raw Normal View History

/*
* Copyright 2013 (c) Bryan Schumaker.
*/
#ifndef OCARINA_VERSION_H
#define OCARINA_VERSION_H
static inline const char *get_version()
{
return "CONFIG_VERSION";
}
#endif /* OCARINA_VERSION_H */