Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Sep 18, 2022
1 parent c1dc001 commit 6432541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is a command-line utility that wraps the `posix_spawn` function, exposing t
```
$ posixspawn
posixspawn -- The power of posix_spawn in your shell.
Version 1.0.0
Version 2.0.0
Copyright (c) 2015-2022 Alexander O'Mara
Licensed under MPL 2.0 <http://mozilla.org/MPL/2.0/>
Expand Down
2 changes: 1 addition & 1 deletion src/posixspawn.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#define POSIXSPAWN_VERSION "1.0.0"
#define POSIXSPAWN_VERSION "2.0.0"

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 6432541

Please sign in to comment.