cellar/src/version.cpp.cog

16 lines
249 B
Plaintext
Raw Normal View History

2017-03-22 20:13:24 -07:00
// vim: filetype=cpp :
#include "version.hpp"
string cellar::version::short_version() {
/*[[[cog
import cog
2017-03-22 20:42:08 -07:00
import os
print(os.getcwd())
2017-03-22 20:13:24 -07:00
cog.outl("return \"dummy cog file!\";")
]]]*/
//[[[end]]]
}