Skip to content

Commit 0190d5d

Browse files
committed
Set version to v0.1.0
1 parent 03868b0 commit 0190d5d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dev/VisualStudio/lwshell_opts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: $_version_$
32+
* Version: v0.1.0
3333
*/
3434
#ifndef LWSHELL_HDR_OPTS_H
3535
#define LWSHELL_HDR_OPTS_H

lwshell/src/include/lwshell/lwshell.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: $_version_$
32+
* Version: v0.1.0
3333
*/
3434
#ifndef LWSHELL_HDR_H
3535
#define LWSHELL_HDR_H

lwshell/src/include/lwshell/lwshell_opt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: $_version_$
32+
* Version: v0.1.0
3333
*/
3434
#ifndef LWSHELL_HDR_OPT_H
3535
#define LWSHELL_HDR_OPT_H

lwshell/src/include/lwshell/lwshell_opts_template.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: $_version_$
32+
* Version: v0.1.0
3333
*/
3434
#ifndef LWSHELL_HDR_OPTS_H
3535
#define LWSHELL_HDR_OPTS_H

lwshell/src/lwshell/lwshell.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: $_version_$
32+
* Version: v0.1.0
3333
*/
3434
#include <string.h>
3535
#include "lwshell/lwshell.h"
@@ -109,7 +109,7 @@ prv_parse_input(lwshell_t* lw) {
109109
/* Process complete input */
110110
prev_ch = '\0';
111111
str = lw->buff;
112-
112+
113113
/* Process complete string */
114114
lw->argc = 0;
115115
while (*str != '\0') {

0 commit comments

Comments
 (0)