~enso-os/enso-greeter/trunk

22 by Nick Wilkins
update to new version
1
namespace Constants {
2
    public const string DATADIR = "@DATADIR@";
3
    public const string PKGDATADIR = "@PKGDATADIR@";
4
    public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
5
    public const string RELEASE_NAME = "@RELEASE_NAME@";
6
    public const string VERSION = "@VERSION@";
7
    public const string VERSION_INFO = "@VERSION_INFO@";
8
    public const string PLUGINDIR = "@PLUGINDIR@";
9
    public const string CONF_DIR = "@CONF_DIR@";
10
}