git-svn-id: https://202.107.226.68:8443/svn/Services/ResistanceMonitor@56 a05970a1-87b9-9d4f-9ee5-fa77e2ec115b
@@ -12,6 +12,10 @@
<param-name>contextConfigLocation</param-name>
<param-value>classpath:applicationContext.xml</param-value>
</context-param>
+ <context-param>
+ <param-name>application.version</param-name>
+ <param-value>2.0.3</param-value>
+ </context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>