Skip to content

Commit 0e23d76

Browse files
authored
Update cl-win32-errors.asd
1 parent 098b400 commit 0e23d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cl-win32-errors.asd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
(defsystem #:cl-win32-errors
44
:description "A library for translating Windows API error codes."
5-
:author "Your Name <you@example.com>"
5+
:author "Andrew D. France <andrewforlua@gmail.com>"
66
:license "MIT"
7-
:version "1.3.0"
7+
:version "1.0.0"
88
:depends-on ()
99
:components ((:file "package")
1010
(:file "cl-win32-errors" :depends-on ("package"))

0 commit comments

Comments
 (0)