mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
5bc89090e6
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5525 21ef857c-d57f-4fe0-8362-d861dc6d29cd
20 lines
620 B
PHP
20 lines
620 B
PHP
<?php
|
|
$LATEST_PH_VERSION = "2.32";
|
|
$LATEST_PH_BUILD = "5524";
|
|
$LATEST_PH_RELEASE_DATE = "31st of October 2013";
|
|
|
|
$LATEST_PH_BIN_SIZE = "2.7 MB";
|
|
$LATEST_PH_BIN_SHA1 = "9d55f1741bf795d1ee2360e656ac09ccd43913ac";
|
|
|
|
$LATEST_PH_SDK_SIZE = "2.7 MB";
|
|
$LATEST_PH_SDK_SHA1 = "6a15cdc0cc4920c90fc93656f0d3374c317a42fe";
|
|
|
|
$LATEST_PH_SETUP_SIZE = "1.9 MB";
|
|
$LATEST_PH_SETUP_SHA1 = "5e79bc17c95d4abfb5cb05b357e85f909136bf9a";
|
|
|
|
$LATEST_PH_SOURCE_SIZE = "2.6 MB";
|
|
$LATEST_PH_SOURCE_SHA1 = "2fe23d9d48515f21ce674716bd7e919086014493";
|
|
|
|
$LATEST_PH_RELEASE_NEWS = "http://processhacker.sourceforge.net/forums/viewtopic.php?f=1&t=1229";
|
|
?>
|