Skip to content

Commit 15c07c6

Browse files
新时代
1 parent 40bd1c5 commit 15c07c6

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cmake_minimum_required(VERSION 3.9)
22
project(JunLang)
3-
add_executable(JunLang src/main.cpp)
3+
add_executable(JunLang src/main.cpp icon/icon.rc)

icon/icon.ico

196 KB
Binary file not shown.

icon/icon.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
IDI_ICON1 ICON DISCARDABLE "icon.ico"

src/init.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
using namespace std;
1515
#pragma GCC std("c++11")
1616
// Version of the program
17-
const string _VERSION_ = "v1.14.13";
17+
const string _VERSION_ = "v1.15.00";
1818
// Buffer size
1919
const int _BUFFER_SIZE_ = 1024;
2020
// All identifiers.

0 commit comments

Comments
 (0)