sernatur/src/config.vala.in

7 lines
155 B
Vala
Raw Normal View History

2019-01-05 00:28:18 -03:00
namespace Sernatur {
namespace Constants {
public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
public const string VERSION = "@VERSION@";
}
}