meson.build: move VERSION and others to Version.h

This commit is contained in:
Max Kellermann
2020-05-05 15:08:55 +02:00
parent 4e9fa36176
commit e0edf0b206
7 changed files with 13 additions and 4 deletions

View File

@@ -28,6 +28,7 @@
#include "net/SocketAddress.hxx"
#include "net/ToString.hxx"
#include "Log.hxx"
#include "Version.h"
#include <cassert>