~teemperor/pantheon-greeter/new-ui

1
2
3
4
5
6
7
8
9
namespace Constants {
    public const string DATADIR = "@DATADIR@";
    public const string PKGDATADIR = "@PKGDATADIR@";
    public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
    public const string RELEASE_NAME = "@RELEASE_NAME@";
    public const string VERSION = "@VERSION@";
    public const string VERSION_INFO = "@VERSION_INFO@";
    public const string PLUGINDIR = "@PLUGINDIR@";
}