pluie-echo/install.vala.in

10 lines
239 B
Vala
Raw Normal View History

2017-11-07 01:02:32 +00:00
namespace Pluie
{
namespace Echo
{
protected const string INSTALL_PATH = "@INSTALL_PATH@";
protected const string DATA_PATH = "@DATA_PATH@";
protected const string VERSION = "@VERSION@";
}
}