14 lines
254 B
C++
14 lines
254 B
C++
// vim: filetype=cpp :
|
|
|
|
#include "version.hpp"
|
|
|
|
string cellar::version::short_version() {
|
|
/*[[[cog
|
|
import cog
|
|
print("// I came from the print function!")
|
|
|
|
cog.outl("return \"dummy cog file!\";")
|
|
]]]*/
|
|
//[[[end]]]
|
|
}
|