Skip to content

Commit c3ff227

Browse files
committed
Commit
1 parent 6111264 commit c3ff227

File tree

5 files changed

+4
-27
lines changed

5 files changed

+4
-27
lines changed

deploy/README

-7
This file was deleted.

deploy/tt.xml

-7
This file was deleted.

src/JaG.pro

+1-10
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ CONFIG += c++14
1212

1313
LIBS += -lm -ldl -lboost_system -lboost_filesystem
1414

15-
#CONFIG(release,debug|release){
16-
# LIBS += -lQSCore
17-
# LIBS += -lQSCharts
18-
#}
19-
#CONFIG(debug,debug|release){
20-
# LIBS += -lQSCored
21-
# LIBS += -lQSChartsd
22-
# #QMAKE_LFLAGS += -fsanitize=address
23-
# # QMAKE_CXXFLAGS += -fsanitize=address
24-
#}
15+
2516

2617
include(./commonWidgets/widgettilemanager/widgettilemanager.pri)
2718
include(./commonWidgets/qsint/qsint.pri)

src/basic/global_definitions.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
//#define CURRENT_VERSION "0.2"
66

77
#define JAG_MAJOR_NUMBER 0
8-
#define JAG_MINOR_NUMBER 4
9-
#define JAG_RELEASE_NUMBER 3
8+
#define JAG_MINOR_NUMBER 1
9+
#define JAG_RELEASE_NUMBER 0
1010
#define JAG_BUILD_NUMBER 0
1111

1212

src/commonWidgets/aboutjag.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AboutJag::AboutJag(QWidget *parent) :
1717
"Based on Qt " + QT_VERSION_STR +
1818
" (GCC " + __VERSION__ + ")<br>"
1919
" Compiled on " + __DATE__ + "<br>"
20-
"Copyright(c) 2016<br>"
20+
"Copyright(c) 2016 - 2017<br>"
2121
"Seleznev Anton<br>"
2222
2323
);

0 commit comments

Comments
 (0)