Skip to content

Commit

Permalink
after release: version 1.4.5-dev
Browse files Browse the repository at this point in the history
* change version strings/numbers to 1.4.5-dev
* enable HTML_TIMESTAMP for doxygen
* build tests with make all

Signed-off-by: Axel Naumann <[email protected]>
  • Loading branch information
Axel-Naumann committed Jun 6, 2024
1 parent 288454d commit 8f862ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Vc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* \ingroup Utilities
* Contains the version string of the %Vc headers. Same as Vc::versionString().
*/
#define Vc_VERSION_STRING "1.4.5"
#define Vc_VERSION_STRING "1.4.5-dev"

/**
* \ingroup Utilities
* Contains the encoded version number of the %Vc headers. Same as Vc::versionNumber().
*/
#define Vc_VERSION_NUMBER 0x01040a
#define Vc_VERSION_NUMBER 0x01040b

/**
* \ingroup Utilities
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Vc"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.4.5
PROJECT_NUMBER = 1.4.5-dev

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

0 comments on commit 8f862ab

Please sign in to comment.