Skip to content

Commit 1f02c18

Browse files
committed
Set version to v0.2.1
1 parent 4e2d30e commit 1f02c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('squashfs-mount', ['c'], default_options : ['c_std=c99'], version: '0.2.1-dev', meson_version: '>=0.60')
1+
project('squashfs-mount', ['c'], default_options : ['c_std=c99'], version: '0.2.1', meson_version: '>=0.60')
22

33
# Look for libmount
44
dep_libmount = dependency('mount')

squashfs-mount.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
exit(EXIT_FAILURE); \
2222
} while (0)
2323

24-
#define VERSION "0.2.1-dev"
24+
#define VERSION "0.2.1"
2525

2626
static void help(char const *argv0) {
2727
fputs("Usage: ", stderr);

0 commit comments

Comments
 (0)