Skip to content

Commit 9018667

Browse files
committed
Cdir: Update Version number
1 parent 277b96b commit 9018667

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

C_development/cdir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <sys/stat.h>
88
#include <ctype.h>
99

10-
#define VERSION "1.0.5" // current version of the project
10+
#define VERSION "1.1.0" // current version of the project
1111
#define LEN_FLAG_ARR 3 // number of flags
1212
#define LEN_ARGS_ARR LEN_FLAG_ARR // use this name for all use cases where you don't refer directly to the flag array
1313
#define MAX_PATH_LEN 1024 // max. path length of cwd

cdir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44

55
# current version of the project
6-
VERSION = '1.0.5'
6+
VERSION = '1.1.0'
77

88

99
def get_dir_name(dir_names):

0 commit comments

Comments
 (0)