mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
93fbbea7ac
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5363 21ef857c-d57f-4fe0-8362-d861dc6d29cd
20 lines
617 B
PHP
20 lines
617 B
PHP
<?php
|
|
$LATEST_PH_VERSION = "2.31";
|
|
$LATEST_PH_BUILD = "5355";
|
|
$LATEST_PH_RELEASE_DATE = "28th of July 2013";
|
|
|
|
$LATEST_PH_BIN_SIZE = "2.4 MB";
|
|
$LATEST_PH_BIN_SHA1 = "37e570dba6cf2078c3aa61c1602bbf81d66eed66";
|
|
|
|
$LATEST_PH_SDK_SIZE = "2.6 MB";
|
|
$LATEST_PH_SDK_SHA1 = "0fe75f75ecd510e11789635690d3682595d5b9fe";
|
|
|
|
$LATEST_PH_SETUP_SIZE = "1.9 MB";
|
|
$LATEST_PH_SETUP_SHA1 = "e7c4c869c5aaa96ed274fef5fadcda3875d3452b";
|
|
|
|
$LATEST_PH_SOURCE_SIZE = "2.6 MB";
|
|
$LATEST_PH_SOURCE_SHA1 = "b226dcdcfd1ae5f67a2218c42fbc9ceddb2d6d47";
|
|
|
|
$LATEST_PH_RELEASE_NEWS = "http://processhacker.sourceforge.net/forums/viewtopic.php?f=1&t=1084";
|
|
?>
|