pluie-yaml/install.vala.in
2018-07-30 18:30:11 +02:00

10 lines
237 B
Vala

namespace Pluie
{
namespace Yaml
{
protected const string INSTALL_PATH = "@INSTALL_PATH@";
protected const string DATA_PATH = "@DATA_PATH@";
public const string VERSION = "@VERSION@";
}
}