Skip to content

Commit

Permalink
Updated version information to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jariq committed May 21, 2013
1 parent 7404719 commit 5694a15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = Pkcs11Interop
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.1
PROJECT_NUMBER = 1.2

# 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
Expand Down
2 changes: 1 addition & 1 deletion src/Pkcs11Interop/AssemblyInfo.cs
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.1")]
[assembly: AssemblyVersion("1.2")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
3 changes: 3 additions & 0 deletions src/Pkcs11Interop/CHANGELOG.txt
@@ -1,3 +1,6 @@
Pkcs11Interop 1.2 (21.05.2013)
- Fix #4: Empty string is supported as a value of object attribute

Pkcs11Interop 1.1 (14.04.2013)
- Fix #1: HighLevelAPI.Slot.SlotId can be 0

Expand Down
2 changes: 1 addition & 1 deletion src/Pkcs11InteropTests/AssemblyInfo.cs
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.1")]
[assembly: AssemblyVersion("1.2")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit 5694a15

Please sign in to comment.