Skip to content
Snippets Groups Projects
Commit 84accaec authored by Michal Babej's avatar Michal Babej
Browse files

Bump version to 4.1-pre

parent 508c8b38
Branches
No related tags found
No related merge requests found
4.1 Unreleased
=================
Notable User Facing Changes
---------------------------
Notable Fixes
-------------
4.0 June 2023
=================
......
......@@ -103,8 +103,8 @@ if(UNIX)
endif()
set(MAJOR_VERSION 4)
set(MINOR_VERSION 0)
set(VERSION_SUFFIX_FIXED_TEXT "")
set(MINOR_VERSION 1)
set(VERSION_SUFFIX_FIXED_TEXT "-pre")
set(VERSION_SUFFIX "${VERSION_SUFFIX_FIXED_TEXT}")
set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}${VERSION_SUFFIX})
set(POCL_VERSION_BASE ${VERSION_STRING})
......@@ -1792,10 +1792,11 @@ endif()
# 11:0:9 == 3.0 (the libpocl.so will be named libpocl.so.2.9.X )
# 12:0:10 == 3.1 (the libpocl.so will be named libpocl.so.2.10.X )
# 13:0:11 == 4.0 (the libpocl.so will be named libpocl.so.2.11.X )
# 14:0:12 == 4.1 (the libpocl.so will be named libpocl.so.2.12.X )
set(LIB_CURRENT_VERSION 13)
set(LIB_CURRENT_VERSION 14)
set(LIB_REVISION_VERSION 0)
set(LIB_AGE_VERSION 11)
set(LIB_AGE_VERSION 12)
math(EXPR LIB_FIRST_VERSION "${LIB_CURRENT_VERSION} - ${LIB_AGE_VERSION}")
......
......@@ -45,9 +45,9 @@ copyright = u'2010-2023 PoCL developers'
# built documents.
#
# The short X.Y version.
version = '4.0'
version = '4.1'
# The full version, including alpha/beta/rc tags.
release = '4.0'
release = '4.1-pre'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment