Skip to content

Commit ac7d6e9

Browse files
committed
Minor cleanup
1 parent 321cd55 commit ac7d6e9

File tree

3 files changed

+68
-52
lines changed

3 files changed

+68
-52
lines changed

src/config.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#ifndef CONFIG_H
22
#define CONFIG_H
33

4-
#define VERSION "1.5"
4+
#define VERSION "1.52"
55

66
#define CHANGELOG_TEXT "" //"Changelog - version " VERSION ": \n"
77

8-
#define INTRO_TEXT "" \
9-
"Welcome to QtSerialMonitor, \n" \
10-
"Press F1 to activate \"What's this\" mode. In this mode, clicked widget \r" \
11-
"will display an explanation about its function. \n"
8+
#define INTRO_TEXT "" \
9+
"Welcome to QtSerialMonitor, \n" \
10+
"Press F1 to activate \"What's this\" mode. In this mode, clicked widget \r" \
11+
"will display an explanation about its function. \n"
1212

1313
#define RADIO_BUTTON_UPDATE_SERIAL_DEVICES_ON_INTERVAL 100
1414
#define SERIAL_DEVICE_CHECK_TIMER_INTERVAL 500

0 commit comments

Comments
 (0)