Skip to content

Commit

Permalink
Release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed Feb 14, 2019
1 parent c106827 commit 3732714
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cydia/CONFIG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PACKAGE=fsmon
VERSION=1.5
VERSION=1.6
ARCH=iphoneos-arm
SECTION=user/shell
PRIORITY=optional
MAINTAINER=pancake <pancake@nopcode.org>
MAINTAINER=pancake <pancake@nowsecure.com>
2 changes: 1 addition & 1 deletion fsmon.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef INCLUDE_FM_FSMON_H
#define INCLUDE_FM_FSMON_H

#define FSMON_VERSION "1.4"
#define FSMON_VERSION "1.6"

#include <stdint.h>
#include <signal.h>
Expand Down
4 changes: 2 additions & 2 deletions pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
DESTDIR=/tmp/fsmon_pkg
PREFIX=/usr/local
PKGDIR="$(pwd)/fsmon.unpkg"
[ -z "${VERSION}" ] && VERSION=1.5
[ -z "${VERSION}" ] && VERSION=1.6
[ -z "${MAKE}" ] && MAKE=make
VERSION=1.5
VERSION=1.6

rm -rf "${DESTDIR}"
${MAKE} clean
Expand Down

0 comments on commit 3732714

Please sign in to comment.