Skip to content

Commit

Permalink
updating to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chilcote committed Dec 10, 2017
1 parent c9e355b commit 0d8011c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Shameless fork from the far superior https://github.com/clburlison/pinpoint/blob/master/Makefile

PKGTITLE="vfuse"
PKGVERSION="1.0.6"
PKGVERSION="2.0.0"
PKGID=com.github.vfuse
PROJECT="vfuse"

Expand Down
8 changes: 4 additions & 4 deletions pkgroot/usr/local/vfuse/bin/vfuse
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
This script takes a never-booted DMG and converts it to a VMware Fusion VM.
Requirements:
VMware Fusion 7.x Professional
OS X 10.9.5+
A never-booted image (i.e. created with AutoDMG)
VMware Fusion Pro
DMG created with AutoDMG
'''
##############################################################################
# Copyright 2016 Joseph Chilcote
# Copyright 2016-Present Joseph Chilcote
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy
Expand All @@ -24,7 +24,7 @@ Requirements:
##############################################################################

__author__ = 'Joseph Chilcote ([email protected])'
__version__ = '1.0.6'
__version__ = '2.0.0'

import os
import sys
Expand Down

0 comments on commit 0d8011c

Please sign in to comment.