14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
|
// 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]]]
|
||
|
}
|