Skip to content

Commit 186c8e5

Browse files
authored
Update profile.c
Increment version number to reflect changes.
1 parent 468a016 commit 186c8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ref/profile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void profile(void)
4040
double total_gflops, gflops_rank, total_fp_ops, total_fp_adds,
4141
total_fp_divs;
4242
object *op;
43-
char *version = "1.4.2";
43+
char *version = "1.4.3";
4444
FILE *fp;
4545

4646
calculate_results();

0 commit comments

Comments
 (0)