From 05d7105ab9e4382f1eae5a1601b724473679250a Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 19 Sep 2011 16:48:13 +0200 Subject: [PATCH 1/1] Version 0.1. --- CHANGES | 3 +++ version.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..f90b832 --- /dev/null +++ b/CHANGES @@ -0,0 +1,3 @@ +v0.1 -- Mon, 19 Sep 2011 16:50:16 +0200 + + * Initial working release. diff --git a/version.cpp b/version.cpp index 6b6889a..0b89040 100644 --- a/version.cpp +++ b/version.cpp @@ -6,7 +6,7 @@ namespace version { ("Asynchronous Load Balancing"); const std::string num - ("0x00" + ("0.1" #include "localversion" ); -- 2.39.5