From abf650067ffdfe4e7380dbecb237752a1ccee512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bon=C3=A9r?= Date: Mon, 7 Jun 2010 09:57:48 +0200 Subject: [PATCH] Upgraded to version 0.9.1 --- akka-core/src/main/scala/config/Config.scala | 2 +- config/akka-reference.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-core/src/main/scala/config/Config.scala b/akka-core/src/main/scala/config/Config.scala index b5de27a669..898400863a 100644 --- a/akka-core/src/main/scala/config/Config.scala +++ b/akka-core/src/main/scala/config/Config.scala @@ -16,7 +16,7 @@ class ConfigurationException(message: String) extends RuntimeException(message) * @author Jonas Bonér */ object Config extends Logging { - val VERSION = "0.9" + val VERSION = "0.9.1" // Set Multiverse options for max speed System.setProperty("org.multiverse.MuliverseConstants.sanityChecks", "false") diff --git a/config/akka-reference.conf b/config/akka-reference.conf index 25aa0998a3..7db9c9cdda 100644 --- a/config/akka-reference.conf +++ b/config/akka-reference.conf @@ -15,7 +15,7 @@ - version = "0.9" + version = "0.9.1" # FQN (Fully Qualified Name) to the class doing initial active object/actor # supervisor bootstrap, should be defined in default constructor