Skip to content

Commit adf4dca

Browse files
committed
APREPRO: Better handling of newlines after include
1 parent 3242ce6 commit adf4dca

File tree

3 files changed

+515
-505
lines changed

3 files changed

+515
-505
lines changed

packages/seacas/libraries/aprepro_lib/apr_aprepro.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
#endif
3434

3535
namespace {
36-
const std::string version_short{"6.37"};
37-
const std::string version_date{"(2025/03/06)"};
36+
const std::string version_short{"6.38"};
37+
const std::string version_date{"(2025/05/13)"};
3838
const std::string version_string = version_short + " " + version_date;
3939

4040
void output_copyright();

0 commit comments

Comments
 (0)