Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mthuurne committed Oct 11, 2014
1 parent 319e116 commit e95eb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mininit.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int main(int argc, char **argv, char **envp)
#endif /* __KLIBC__ */
logfile = kmsg;
}
INFO("OpenDingux mininit 2.0.1\n");
INFO("OpenDingux mininit 2.0.2\n");
if (!kmsg) {
WARNING("Failed to open '/dev/kmsg': %d\n", errno);
}
Expand Down

0 comments on commit e95eb2e

Please sign in to comment.