Skip to content

Commit 3732714

Browse files
committed
Release 1.6
1 parent c106827 commit 3732714

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cydia/CONFIG

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PACKAGE=fsmon
2-
VERSION=1.5
2+
VERSION=1.6
33
ARCH=iphoneos-arm
44
SECTION=user/shell
55
PRIORITY=optional
6-
MAINTAINER=pancake <pancake@nopcode.org>
6+
MAINTAINER=pancake <pancake@nowsecure.com>

fsmon.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef INCLUDE_FM_FSMON_H
22
#define INCLUDE_FM_FSMON_H
33

4-
#define FSMON_VERSION "1.4"
4+
#define FSMON_VERSION "1.6"
55

66
#include <stdint.h>
77
#include <signal.h>

pkg.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
DESTDIR=/tmp/fsmon_pkg
1010
PREFIX=/usr/local
1111
PKGDIR="$(pwd)/fsmon.unpkg"
12-
[ -z "${VERSION}" ] && VERSION=1.5
12+
[ -z "${VERSION}" ] && VERSION=1.6
1313
[ -z "${MAKE}" ] && MAKE=make
14-
VERSION=1.5
14+
VERSION=1.6
1515

1616
rm -rf "${DESTDIR}"
1717
${MAKE} clean

0 commit comments

Comments
 (0)