7 lines
155 B
Vala
7 lines
155 B
Vala
|
namespace Sernatur {
|
||
|
namespace Constants {
|
||
|
public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
|
||
|
public const string VERSION = "@VERSION@";
|
||
|
}
|
||
|
}
|