Skip to content

Commit 6432541

Browse files
Version 2.0.0
1 parent c1dc001 commit 6432541

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a command-line utility that wraps the `posix_spawn` function, exposing t
1515
```
1616
$ posixspawn
1717
posixspawn -- The power of posix_spawn in your shell.
18-
Version 1.0.0
18+
Version 2.0.0
1919
Copyright (c) 2015-2022 Alexander O'Mara
2020
Licensed under MPL 2.0 <http://mozilla.org/MPL/2.0/>
2121

src/posixspawn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
77
*/
88

9-
#define POSIXSPAWN_VERSION "1.0.0"
9+
#define POSIXSPAWN_VERSION "2.0.0"
1010

1111
#include <stdio.h>
1212
#include <stdlib.h>

0 commit comments

Comments
 (0)