Skip to content

Commit

Permalink
Bump version to 2.8 for macOS 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJohnsen committed Jun 27, 2019
1 parent 8510e18 commit b0f0c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reattach-to-user-namespace.c
Expand Up @@ -39,8 +39,8 @@
#include "msg.h"
#include "move_to_user_namespace.h"

static const char version[] = "2.7";
static const char supported_oses[] = "OS X 10.5-10.14";
static const char version[] = "2.8";
static const char supported_oses[] = "OS X 10.5-10.15";

#if 0
void * _vprocmgr_move_subset_to_user(uid_t target_user, const char *session_type, uint64_t flags); /* 10.6 */
Expand Down

0 comments on commit b0f0c7e

Please sign in to comment.