22 lines
606 B
XML
22 lines
606 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE version SYSTEM "../../lib/pkp/dtd/version.dtd">
|
|
<!--
|
|
* dbscripts/xml/version.xml
|
|
*
|
|
* Copyright (c) 2014-2021 Simon Fraser University
|
|
* Copyright (c) 2003-2021 John Willinsky
|
|
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
|
*
|
|
* OJS version information.
|
|
-->
|
|
|
|
<version>
|
|
<application>ojs2</application>
|
|
<type>core</type>
|
|
<release>3.4.0.5</release>
|
|
<tag>3_4_0-5</tag>
|
|
<date>2024-02-23</date>
|
|
<info>https://pkp.sfu.ca/ojs/</info>
|
|
<package>https://pkp.sfu.ca/ojs/download/ojs-3.4.0-5.tar.gz</package>
|
|
</version>
|