diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/windows/identity/apiversion.txt | 10 | ||||
-rw-r--r-- | src/windows/identity/config/Makefile.w2k | 6 | ||||
-rw-r--r-- | src/windows/identity/config/Makefile.w32 | 6 |
3 files changed, 16 insertions, 6 deletions
diff --git a/src/windows/identity/apiversion.txt b/src/windows/identity/apiversion.txt index 2f3ef6df63..5ca2ccba00 100644 --- a/src/windows/identity/apiversion.txt +++ b/src/windows/identity/apiversion.txt @@ -351,3 +351,13 @@ Date=(TBD) # Behavior change with respect to shadowed handles. If a value
# doesn't exist in the top level handle, then each shadowed handle
# will be tried in turn until the value is found.
+
+#----------------------------------------------------------------
+Version=9
+AppVersion=1.3.0.0
+Date=(TBD)
+# Released with (TBD)
+
++ KHERR_CTX_NEWCHILD
++ KHERR_CTX_FOLDCHILD
+# Added to kherr.h to support additional notifications
diff --git a/src/windows/identity/config/Makefile.w2k b/src/windows/identity/config/Makefile.w2k index efd7fbdb40..7cdb3d5f53 100644 --- a/src/windows/identity/config/Makefile.w2k +++ b/src/windows/identity/config/Makefile.w2k @@ -46,9 +46,9 @@ KHIMAIRA_WIN32_CONFIG=1 # Version info
NETIDMGR_VERSION_MAJOR=1
-NETIDMGR_VERSION_MINOR=2
+NETIDMGR_VERSION_MINOR=3
NETIDMGR_VERSION_PATCH=0
-NETIDMGR_VERSION_AUX=2
+NETIDMGR_VERSION_AUX=0
NETIDMGR_RELEASEDESC=
# The API version. This number must be incremented each time the API
@@ -58,7 +58,7 @@ NETIDMGR_RELEASEDESC= #
# Changes to the API version numbers should be documented in
# apiversion.txt at the root of the source tree.
-NETIDMGR_VERSION_API=8
+NETIDMGR_VERSION_API=9
# Minimum backwards compatible version. API versions from
# NETIDMGR_VERSION_API_MINCOMPAT through NETIDMGR_VERSION_API
diff --git a/src/windows/identity/config/Makefile.w32 b/src/windows/identity/config/Makefile.w32 index 5f274a49ce..ffef7caa77 100644 --- a/src/windows/identity/config/Makefile.w32 +++ b/src/windows/identity/config/Makefile.w32 @@ -46,9 +46,9 @@ KHIMAIRA_WIN32_CONFIG=1 # Version info
NETIDMGR_VERSION_MAJOR=1
-NETIDMGR_VERSION_MINOR=2
+NETIDMGR_VERSION_MINOR=3
NETIDMGR_VERSION_PATCH=0
-NETIDMGR_VERSION_AUX=2
+NETIDMGR_VERSION_AUX=0
NETIDMGR_RELEASEDESC=
# The API version. This number must be incremented each time the API
@@ -58,7 +58,7 @@ NETIDMGR_RELEASEDESC= #
# Changes to the API version numbers should be documented in
# apiversion.txt at the root of the source tree.
-NETIDMGR_VERSION_API=8
+NETIDMGR_VERSION_API=9
# Minimum backwards compatible version. API versions from
# NETIDMGR_VERSION_API_MINCOMPAT through NETIDMGR_VERSION_API
|