Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Sep 26, 2022
1 parent 9f701f6 commit 1f99cf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/merge.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef MERGE_H
#define MERGE_H

#define BOOST_UUID_RANDOM_PROVIDER_FORCE_POSIX

#include <iostream>
#include <fstream>
#include <boost/unordered_map.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace torali
{


std::string dellyVersionNumber = "1.1.3";
std::string dellyVersionNumber = "1.1.5";

inline
void printTitle(std::string const& title)
Expand Down

0 comments on commit 1f99cf6

Please sign in to comment.