Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit f6e2dd6

Browse files
author
Sean V Kelley
committed
Bump API version and update NEWS file
Signed-off-by: Sean V Kelley <[email protected]>
1 parent b6eefae commit f6e2dd6

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

NEWS

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
libcmrt NEWS -- summary of user visible changes. 2015-09-09
2-
Copyright (C) 2015 Intel Corporation
1+
libcmrt NEWS -- summary of user visible changes. 2016-08-10
2+
Copyright (C) 2016 Intel Corporation
3+
4+
Version 1.0.6 - 2016-08-10
5+
* Add support for shader debugger for SKL, BDW, and HSW
6+
* Change package config file to libcmrt.pc
7+
* Export CM kernel ID type
8+
* Support reporting device rev id
9+
* Set CM_VERSION to CM_5_0 to mark SKL support
10+
* Add API GetRTDllVersion to query current CM version
11+
* Add preliminary identification for APL/KBL
312

413
Version 1.0.5 - 2015-09-09
514
* Fix autogen.sh license header

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015 Intel Corporation. All Rights Reserved.
1+
# Copyright (c) 2016 Intel Corporation. All Rights Reserved.
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a
44
# copy of this software and associated documentation files (the
@@ -28,7 +28,7 @@
2828
# - reset minor version to zero when major version is incremented
2929
m4_define([cmrt_api_major_version], [0])
3030
m4_define([cmrt_api_minor_version], [10])
31-
m4_define([cmrt_api_micro_version], [0])
31+
m4_define([cmrt_api_micro_version], [1])
3232

3333
m4_define([cmrt_api_version],
3434
[cmrt_api_major_version.cmrt_api_minor_version.cmrt_api_micro_version])

0 commit comments

Comments
 (0)