it understands it has a version now

This commit is contained in:
Nicholas O'Connor
2017-03-22 20:42:08 -07:00
parent 89738cecaa
commit b34430b9e2
5 changed files with 12 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
#define __VERSION_HPP
#pragma once
#include <string>
using namespace std;
namespace cellar {
namespace version {
string short_version();