summaryrefslogtreecommitdiffstats
path: root/src/Defines.cs.in
blob: fab15cceba689d5cacd2b3ee58d42d56d5b50c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;

namespace gfax
{
	public class Defines
	{	
		public static string VERSION = "@version@";
        public static string DATADIR = "@datadir@";
        public static string GNOME_LOCALE_DIR = DATADIR + "/locale";
	}
}