cellar/include/version.hpp

16 lines
207 B
C++
Raw Normal View History

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