Move version numbers to public headers (#2556)

JERRY_SNAPSHOT_VERSION and JERRY_DEBUGGER_VERSION were moved into public headers, to grant access to them.

JerryScript-DCO-1.0-Signed-off-by: Bela Toth tbela@inf.u-szeged.hu
This commit is contained in:
Tóth Béla
2018-10-19 11:49:53 +02:00
committed by Zoltan Herczeg
parent 5060579b90
commit f8f691deb1
4 changed files with 10 additions and 10 deletions
-5
View File
@@ -23,11 +23,6 @@
/* JerryScript debugger protocol is a simplified version of RFC-6455 (WebSockets). */
/**
* JerryScript debugger protocol version.
*/
#define JERRY_DEBUGGER_VERSION (6)
/**
* Frequency of calling jerry_debugger_receive() by the VM.
*/