How can I know which version of Orbeon Forms I am running?
If you have downloaded a war of Orbeon Forms, and you would like to know exactly which version it is, you can either: • If you have deployed Orbeon Forms, go to the example home page; the version number will be displayed at the bottom of the page. In addition, there is a generator meta tag in the source of each page. • From the command line, uncompress orbeon.war, go to the WEB-INF directory and run java -jar orbeon-cli.jar -v.The version number looks like 3.6.0.200801230314. The last part tells you exactly at what time this version of Orbeon Forms was built, in UTC time. You can check if the version you have a nightly build or a release by comparing that time stamp to the time stamp on the Orbeon Forms releases.
If you have downloaded a war of Orbeon Forms, and you would like to know exactly which version it is, you can either: • If you have deployed Orbeon Forms, go to the example home page; the version number will be displayed at the bottom of the page. In addition, there is a generator meta tag in the source of each page. • From the command line, uncompress orbeon.war, go to the WEB-INF directory and run java -jar orbeon-cli.jar -v. The version number looks like 3.6.0.200801230314. The last part tells you exactly at what time this version of Orbeon Forms was built, in UTC time. You can check if the version you have a nightly build or a release by comparing that time stamp to the time stamp on the Orbeon Forms releases.