Skip to content

Commit 049c515

Browse files
committed
Version 2020.08.00
1 parent a80e47b commit 049c515

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ LDFLAGS_clean = $(filter-out -fPIC, $(LDFLAGS))
223223

224224
.PHONY: $(pkg)
225225
$(pkg):
226-
perl -pe 's:#VERSION:2020.04.00:; \
226+
perl -pe 's:#VERSION:2020.08.00:; \
227227
s:#PREFIX:${prefix}:; \
228228
s:#CXXFLAGS:${CXXFLAGS_clean}:; \
229229
s:#CPPFLAGS:${CPPFLAGS_clean}:; \

include/blas.hh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#define BLAS_HH
88

99
// Version is updated by make_release.py; DO NOT EDIT.
10-
// Version 0000.00.00
11-
#define BLASPP_VERSION 00000000
10+
// Version 2020.08.00
11+
#define BLASPP_VERSION 20200800
1212

1313
namespace blas {
1414

0 commit comments

Comments
 (0)