File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
resources/com/parallax/server/blocklyprop/internationalization
webapp/WEB-INF/includes/pageparts Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,10 @@ footer.licenselink = License
2626footer.changelog = Change log
2727footer.librarieslink = External libraries
2828footer.clientdownloadlink = BlocklyProp-client
29- footer.appversion = v0.93
30- footer.buildversion = 252
29+
30+ application.major = 0
31+ application.minor = 94
32+ application.build = 296
3133
3234html.content_missing = Content missing
3335
Original file line number Diff line number Diff line change 2222 <ul class =" nav navbar-nav navbar-right" >
2323 <jsp:useBean id =" date" class =" java.util.Date" />
2424 <li ><a href =" http://www.parallax.com" target =" _blank" >
25- <fmt:message key =" footer.appversion " />.<fmt:message key =" footer.buildversion " />
25+ V< fmt:message key = " application.major " />. <fmt:message key =" application.minor " />.<fmt:message key =" application.build " />
2626 Parallax © ; 2015 - <fmt:formatDate value =" ${ date } " pattern =" yyyy" /></a ></li >
2727 </ul >
2828 </div >
You can’t perform that action at this time.
0 commit comments