Skip to content

Commit

Permalink
opae: bump release to 2.13.0-2
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Colberg <peter.colberg@intel.com>
  • Loading branch information
pcolberg committed Jun 14, 2024
1 parent 6546787 commit deda978
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ else()
set(CPACK_PACKAGE_VERSION_PATCH "${OPAE_VERSION_REVISION}")
endif()
set(CPACK_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
set(CPACK_PACKAGE_RELEASE 1)
set(CPACK_PACKAGE_RELEASE 2)
set(CPACK_PACKAGE_CONTACT "opae@lists.linuxfoundation.org")
set(CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")

Expand Down
2 changes: 1 addition & 1 deletion packaging/opae.admin/version
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
PROJECT_VERSION='2.13.0'
PROJECT_RELEASE='1'
PROJECT_RELEASE='2'
2 changes: 1 addition & 1 deletion packaging/opae/version
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
declare -r PROJECT_VERSION='2.13.0'
declare -r PROJECT_RELEASE='1'
declare -r PROJECT_RELEASE='2'

0 comments on commit deda978

Please sign in to comment.