We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43eb0a5 commit cced15eCopy full SHA for cced15e
1 file changed
src/main.cpp
@@ -21,7 +21,7 @@
21
APP_NAME("HexEditor")
22
APP_DESCRIPTION("A simple hex editor. Can read and write byte, word and long. github.com/PyCSharp/CPHexEditor-For-HHK3")
23
APP_AUTHOR("SnailMath, PyCSharp")
24
-APP_VERSION("test")
+APP_VERSION("1.0.0")
25
26
#define PIXEL(x, y) (vram[(x) + (y) * width])
27
#define mem_ch(x) numToAscii[memory[x]]
0 commit comments