beginnings of a cogged version file
This commit is contained in:
11
src/version.hpp
Normal file
11
src/version.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __VERSION_HPP
|
||||
#define __VERSION_HPP
|
||||
#pragma once
|
||||
|
||||
namespace cellar {
|
||||
namespace version {
|
||||
string short_version();
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __VERSION_HPP
|
Reference in New Issue
Block a user