Files
mirror-processhacker/misc/website/websitev2/config.php
T
wj32 61710d1303 Update for 2.34 release
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5829 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-24 11:34:31 +00:00

23 lines
911 B
PHP

<?php
$LATEST_PH_VERSION = "2.34";
$LATEST_PH_BUILD = "5828";
$LATEST_PH_RELEASE_DATE = "24th of April 2015";
$LATEST_PH_BIN_SIZE = "2.8 MB";
$LATEST_PH_BIN_SHA1 = "536530e98c5865266091012b05a027b1376d3493";
$LATEST_PH_SDK_SIZE = "3.0 MB";
$LATEST_PH_SDK_SHA1 = "7eb4738e51e9accdfe26296b840e14e0cab2c276";
$LATEST_PH_SETUP_SIZE = "2.0 MB";
$LATEST_PH_SETUP_SHA1 = "eb4b28338fd337e6940d99caa3a11b691901141f";
$LATEST_PH_SOURCE_SIZE = "2.8 MB";
$LATEST_PH_SOURCE_SHA1 = "f90e15bf29a77e1994fca390a75b4a7a9cc7d4c6";
$LATEST_PH_RELEASE_NEWS = "http://processhacker.sourceforge.net/forums/viewtopic.php?f=1&t=1824";
$LATEST_PH_RELEASE_URL = "http://sourceforge.net/projects/processhacker/files/processhacker2/processhacker-".$LATEST_PH_VERSION."-setup.exe/download?use_mirror=autoselect";
//$LATEST_PH_RELEASE_URL = "http://processhacker.googlecode.com/files/processhacker-".$LATEST_PH_VERSION."-setup.exe";
?>