Skip to content

Commit 288454d

Browse files
committed
release: version 1.4.5
* change version strings/numbers to 1.4.5 * disable HTML_TIMESTAMP for doxygen * don't build tests with make all * Add documentation link to Vc-1.4.5 Signed-off-by: Axel Naumann <[email protected]>
1 parent cffaaed commit 288454d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Vc/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3737
* \ingroup Utilities
3838
* Contains the version string of the %Vc headers. Same as Vc::versionString().
3939
*/
40-
#define Vc_VERSION_STRING "1.4.4-dev"
40+
#define Vc_VERSION_STRING "1.4.5"
4141

4242
/**
4343
* \ingroup Utilities
4444
* Contains the encoded version number of the %Vc headers. Same as Vc::versionNumber().
4545
*/
46-
#define Vc_VERSION_NUMBER 0x010409
46+
#define Vc_VERSION_NUMBER 0x01040a
4747

4848
/**
4949
* \ingroup Utilities

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Vc"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.4.4-dev
41+
PROJECT_NUMBER = 1.4.5
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)