Rename version.h

pull/59/head
Michael 6 years ago
parent 4851c54c92
commit e39d02ddc2
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -4,7 +4,7 @@
#include <llarp/ev.h>
#include <llarp/logic.h>
#include <llarp/mem.h>
#include <llarp/version.h>
#include <llarp/version.hpp>
#ifdef __cplusplus
#include <llarp/service/address.hpp> // for service::address

@ -1,5 +1,5 @@
#ifndef LLARP_VERSION_H
#define LLARP_VERSION_H
#ifndef LLARP_VERSION_HPP
#define LLARP_VERSION_HPP
#ifndef LLARP_VERSION_MAJ
#define LLARP_VERSION_MAJ "0"
@ -28,4 +28,5 @@
#ifndef LLARP_RELEASE_MOTTO
#define LLARP_RELEASE_MOTTO "(dev build)"
#endif
#endif

@ -3,7 +3,7 @@
#include <llarp/net.hpp>
#include <llarp/router_contact.hpp>
#include <llarp/time.hpp>
#include <llarp/version.h>
#include <llarp/version.hpp>
#include "buffer.hpp"
#include "logger.hpp"
#include "mem.hpp"

Loading…
Cancel
Save