cellar/include/version.hpp
2017-03-23 01:03:33 -07:00

16 lines
207 B
C++

#ifndef __VERSION_HPP
#define __VERSION_HPP
#pragma once
#include <string>
using namespace std;
namespace cellar {
namespace version {
string short_version();
}
}
#endif // __VERSION_HPP