mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
c70862dea7
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5306 21ef857c-d57f-4fe0-8362-d861dc6d29cd
20 lines
619 B
PHP
20 lines
619 B
PHP
<?php
|
|
$LATEST_PH_VERSION = "2.30";
|
|
$LATEST_PH_BUILD = "5267";
|
|
$LATEST_PH_RELEASE_DATE = "14th of January 2013";
|
|
|
|
$LATEST_PH_BIN_SIZE = "2.4 MB";
|
|
$LATEST_PH_BIN_SHA1 = "dd6c2f37425c6088d2803a0c343fe7081d0f0902";
|
|
|
|
$LATEST_PH_SDK_SIZE = "2.6 MB";
|
|
$LATEST_PH_SDK_SHA1 = "8d45b2a3044fd5ddc3a6f5bae3ad1bdb176d8426";
|
|
|
|
$LATEST_PH_SETUP_SIZE = "1.8 MB";
|
|
$LATEST_PH_SETUP_SHA1 = "6d175ed607b2964711b943716bb92db03e3b727e";
|
|
|
|
$LATEST_PH_SOURCE_SIZE = "2.6 MB";
|
|
$LATEST_PH_SOURCE_SHA1 = "bec13cbb2d401f12fba45381715c163b9838a97b";
|
|
|
|
$LATEST_PH_RELEASE_NEWS = "http://processhacker.sourceforge.net/forums/viewtopic.php?f=1&t=892";
|
|
?>
|