summaryrefslogtreecommitdiff
path: root/blarandom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'blarandom.cpp')
-rw-r--r--blarandom.cpp6
1 files changed, 3 insertions, 3 deletions
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