COM-108 - RC38 Release
diff --git a/pom.xml b/pom.xml
index 16833e6..471da10 100755
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     <groupId>org.openldap</groupId>
     <artifactId>commander</artifactId>
     <packaging>war</packaging>
-    <version>1.0-RC37</version>
+    <version>1.0-RC38</version>
     <name>Fortress Commander</name>
     <url>http://www.openldap.org/fortress/</url>
     <description>Commander is an ANSI RBAC INCITS 359 compliant administrative Web UI</description>
@@ -79,7 +79,7 @@
     </developers>
 
     <properties>
-        <version>1.0-RC37</version>
+        <version>1.0-RC38</version>
         <title>${name} ${version}</title>
         <wicket.version>6.16.0</wicket.version>
         <wicket.jquery.version>6.14.0</wicket.jquery.version>
diff --git a/src/main/resources/applicationContext.xml b/src/main/resources/applicationContext.xml
index ae31ea1..1b824a0 100644
--- a/src/main/resources/applicationContext.xml
+++ b/src/main/resources/applicationContext.xml
@@ -88,7 +88,7 @@
         <property name="targetMethod" value="putAll"/>
         <property name="arguments">
             <util:properties>
-                <prop key="version">1.0-RC37</prop>
+                <prop key="version">1.0-RC38</prop>
             </util:properties>
         </property>
     </bean>
diff --git a/src/test/java/org/openldap/commander/StartExamples.java b/src/test/java/org/openldap/commander/StartExamples.java
index 0ded545..e6be46d 100644
--- a/src/test/java/org/openldap/commander/StartExamples.java
+++ b/src/test/java/org/openldap/commander/StartExamples.java
@@ -44,7 +44,7 @@
 		Server server = new Server();
 		SocketConnector connector = new SocketConnector();
 
-        System.setProperty("version", "1.0-RC37");
+        System.setProperty("version", "1.0-RC38");
 
 		// Set some timeout options to make debugging easier.
 		connector.setMaxIdleTime(1000 * 60 * 60);