Skip to content

Commit

Permalink
Bump version from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol committed Apr 13, 2012
1 parent 8eeeb45 commit 78c59b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/fuse_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define FUSE4X_BUNDLE_IDENTIFIER \
FUSE4X_STRINGIFY(FUSE4X_BUNDLE_IDENTIFIER_LITERAL)

#define FUSE4X_VERSION_LITERAL 0.9.0
#define FUSE4X_VERSION_LITERAL 0.10.0
#define FUSE4X_VERSION FUSE4X_STRINGIFY(FUSE4X_VERSION_LITERAL)

#endif /* _FUSE_VERSION_H_ */
4 changes: 2 additions & 2 deletions kext-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>0.9.0</string>
<string>0.10.0</string>
<key>CFBundleSignature</key>
<string>fuse4x</string>
<key>CFBundleVersion</key>
<string>0.9.0</string>
<string>0.10.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2011 Anatol Pomozov. All rights reserved.</string>
<key>OSBundleLibraries</key>
Expand Down

0 comments on commit 78c59b7

Please sign in to comment.