mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
Rename version.h
This commit is contained in:
parent
4851c54c92
commit
e39d02ddc2
@ -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…
Reference in New Issue
Block a user