Skip to content

Commit

Permalink
mark 1.3 release
Browse files Browse the repository at this point in the history
this is 1.3 because of the major installer change
  • Loading branch information
tildearrow committed Dec 7, 2018
1 parent 0d9fd01 commit 957173e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/daemon/imodd.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ typedef std::string string;
#define LOGLEVEL_INFO 2
#define LOGLEVEL_DEBUG 3

#define logLevel 3
#define logLevel 2

#define IMOD_VERSION "1.2"
#define IMOD_VERSION "1.3"

int imLogD(const char* format, ...);
int imLogI(const char* format, ...);
Expand Down
2 changes: 1 addition & 1 deletion src/installer/makeinstall
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ make -j4 || exit 1
make DESTDIR=copy install || exit 1
cd copy/opt || exit 1
cp -v ../../../src/installer/uninstall input-modifier || exit 1
tar -cv -f ../../../rel/installdata.tar input-modifier || exit 1
tar -cv --owner=root --group=root -f ../../../rel/installdata.tar input-modifier || exit 1
cd ../../.. || exit 1
cp -v src/installer/install rel/ || exit 1
cp -v lib/udev/rules.d/99-imod.rules rel/ || exit 1
Expand Down

0 comments on commit 957173e

Please sign in to comment.