We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277b96b commit 9018667Copy full SHA for 9018667
C_development/cdir.c
@@ -7,7 +7,7 @@
7
#include <sys/stat.h>
8
#include <ctype.h>
9
10
-#define VERSION "1.0.5" // current version of the project
+#define VERSION "1.1.0" // current version of the project
11
#define LEN_FLAG_ARR 3 // number of flags
12
#define LEN_ARGS_ARR LEN_FLAG_ARR // use this name for all use cases where you don't refer directly to the flag array
13
#define MAX_PATH_LEN 1024 // max. path length of cwd
cdir.py
@@ -3,7 +3,7 @@
3
import sys
4
5
# current version of the project
6
-VERSION = '1.0.5'
+VERSION = '1.1.0'
def get_dir_name(dir_names):
0 commit comments