cellar/src/version.hpp

12 lines
166 B
C++
Raw Normal View History

2017-03-22 20:13:24 -07:00
#ifndef __VERSION_HPP
#define __VERSION_HPP
#pragma once
namespace cellar {
namespace version {
string short_version();
}
}
#endif // __VERSION_HPP