Skip to content

Commit deac433

Browse files
committed
release task: update version info
1 parent cc2f716 commit deac433

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0-pre
1+
1.4.0

doc/manual/manual.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
\hfill{\Huge \fontfamily{\sfdefault}\selectfont User Manual \\
124124
\raggedleft \huge \fontfamily{\sfdefault}\selectfont Version
125125
% keep the following line as is so that we can replace this using a script:
126-
1.5.0-pre %VERSION-INFO%
126+
1.4.0 %VERSION-INFO%
127127
\\\large(generated \today)\\}
128128

129129
%AUTHOR(S) & WEBSITE%

include/aspect/global.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ void print_aspect_header(Stream &stream)
341341

342342
stream << "-----------------------------------------------------------------------------\n"
343343
<< "-- This is ASPECT, the Advanced Solver for Problems in Earth's ConvecTion.\n"
344-
<< "-- . version 1.5.0-pre\n" //VERSION-INFO. Do not edit by hand.
344+
<< "-- . version 1.4.0\n" //VERSION-INFO. Do not edit by hand.
345345
#ifdef DEBUG
346346
<< "-- . running in DEBUG mode\n"
347347
#else

0 commit comments

Comments
 (0)