Skip to content

Commit cced15e

Browse files
authored
Update main.cpp
1 parent 43eb0a5 commit cced15e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
APP_NAME("HexEditor")
2222
APP_DESCRIPTION("A simple hex editor. Can read and write byte, word and long. github.com/PyCSharp/CPHexEditor-For-HHK3")
2323
APP_AUTHOR("SnailMath, PyCSharp")
24-
APP_VERSION("test")
24+
APP_VERSION("1.0.0")
2525

2626
#define PIXEL(x, y) (vram[(x) + (y) * width])
2727
#define mem_ch(x) numToAscii[memory[x]]

0 commit comments

Comments
 (0)