anotherim-desktop/libdino/src/version.vala
hrxi 5a90e793dd First steps of meson support
Basic configuration of qlite, xmpp-vala, the Dino library and the Dino
application are supported. There's no support for the plugins.

This e.g. enables using the Vala language server.
2023-03-24 19:32:50 +01:00

7 lines
72 B
Vala

// Not used in Meson.
namespace Dino {
extern const string VERSION;
}