pluie-echo/install.vala.in
2017-11-09 03:29:30 +01:00

10 lines
237 B
Vala

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