From fd8ba0c49772daced43e8b3e7de95fac1d15e127 Mon Sep 17 00:00:00 2001 From: wjoe Date: Fri, 4 May 2012 15:28:45 +0100 Subject: Added Makefile --- blarandom.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'blarandom.cpp') diff --git a/blarandom.cpp b/blarandom.cpp index b95c9a0..4db224e 100644 --- a/blarandom.cpp +++ b/blarandom.cpp @@ -20,8 +20,8 @@ Changelog: - v1.0 - Initial release - + v0.1 - Initial release + v0.2 - Added Makefile */ @@ -34,7 +34,7 @@ int main() { - std::string version = "1.0"; + std::string version = "0.2"; RandomLib::Random r; // Create r r.Reseed(); // and give it a unique seed -- cgit v1.2.3