Subversion Repositories spk

Rev

Rev 85 | Rev 93 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85 Rev 89
Line 8... Line 8...
8
#include "../../common/InputBox.h"
8
#include "../../common/InputBox.h"
9
 
9
 
10
using namespace System::Windows::Forms;
10
using namespace System::Windows::Forms;
11
using namespace Microsoft::Win32;
11
using namespace Microsoft::Win32;
12
 
12
 
13
#define PMLVERSION	1.49
13
#define PMLVERSION	1.50
14
#define PMLBETA		0
14
#define PMLBETA		0
15
#define PMLDATE		"11/07/2015"
15
#define PMLDATE		"12/07/2015"
16
 
16
 
17
 
17
 
18
namespace PluginManager {
18
namespace PluginManager {
19
 
19
 
20
	ref class SortPackage : public Object
20
	ref class SortPackage : public Object