Skip to content

Commit b93f177

Browse files
committed
Add code name
1 parent df2ffb1 commit b93f177

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "JVM emulator by PHP",
44
"type": "library",
55
"license": "MIT",
6-
"version": "0.0.6.2-dev",
6+
"version": "0.0.6.3-dev",
77
"authors": [
88
{
99
"name": "memory"

src/Core/PHPJava.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
namespace PHPJava\Core;
3+
4+
final class PHPJava
5+
{
6+
/**
7+
* The code name is based on language of flowers.
8+
* It meaning currently is "Expectation".
9+
*/
10+
const CODE_NAME = 'ZEPHYRANTHES';
11+
12+
/**
13+
* As same as composer version.
14+
*/
15+
const VERSION = 0x000063;
16+
}

0 commit comments

Comments
 (0)