mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
117f9397bb
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5522 21ef857c-d57f-4fe0-8362-d861dc6d29cd
20 lines
620 B
PHP
20 lines
620 B
PHP
<?php
|
|
$LATEST_PH_VERSION = "2.32";
|
|
$LATEST_PH_BUILD = "5521";
|
|
$LATEST_PH_RELEASE_DATE = "31st of October 2013";
|
|
|
|
$LATEST_PH_BIN_SIZE = "2.7 MB";
|
|
$LATEST_PH_BIN_SHA1 = "22543a04c2c68a9e9c1396184da33c2ae0c890d4";
|
|
|
|
$LATEST_PH_SDK_SIZE = "2.7 MB";
|
|
$LATEST_PH_SDK_SHA1 = "f6deb41d216eb5e61b13a77e7155d2e9e0211359";
|
|
|
|
$LATEST_PH_SETUP_SIZE = "1.9 MB";
|
|
$LATEST_PH_SETUP_SHA1 = "aad89a04af0e0cbbe8d9cef2e218b8eeb03f30b0";
|
|
|
|
$LATEST_PH_SOURCE_SIZE = "2.6 MB";
|
|
$LATEST_PH_SOURCE_SHA1 = "7d6368e068975a9aa3426dc2b75920e8970ae2c6";
|
|
|
|
$LATEST_PH_RELEASE_NEWS = "http://processhacker.sourceforge.net/forums/viewtopic.php?f=1&t=1229";
|
|
?>
|