Skip to content

Commit 5cd84a5

Browse files
committed
Bump version to 1.0
1 parent 78df72f commit 5cd84a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file main.cpp
33
* @brief Main source file of SingleInclude
4-
* @version 0.6
4+
* @version 1.0
55
* @author dragon-archer (dragon-archer@outlook.com)
66
* @copyright Copyright (c) 2022
77
*/
@@ -412,7 +412,7 @@ int main(int argc, char* argv[]) {
412412
ofstream fout;
413413
fout.open(config.outfilename);
414414
if(!fout.is_open()) {
415-
error_state error { E_FILE_ERROR, "Cannot open output file " + config.outfilename.string() };
415+
error_state error { E_FILE_ERROR, "Cannot open output file: " + config.outfilename.string() };
416416
cerr << error.what() << endl;
417417
return error;
418418
}

0 commit comments

Comments
 (0)