pluie-yaml/install.vala.in

10 lines
237 B
Vala
Raw Normal View History

2018-07-30 16:25:03 +00:00
namespace Pluie
{
namespace Yaml
{
protected const string INSTALL_PATH = "@INSTALL_PATH@";
protected const string DATA_PATH = "@DATA_PATH@";
public const string VERSION = "@VERSION@";
}
}