diff --git a/platform/macosx/Info-Framework.plist b/platform/macosx/Info-Framework.plist
index 2bdfccf99..9ac7b9f46 100644
--- a/platform/macosx/Info-Framework.plist
+++ b/platform/macosx/Info-Framework.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.9.0
+ 0.9.1
CFBundleSignature
LoVe
CFBundleVersion
- 0.9.0
+ 0.9.1
NSPrincipalClass
diff --git a/platform/macosx/love-Info.plist b/platform/macosx/love-Info.plist
index b14f6022a..c7585e930 100644
--- a/platform/macosx/love-Info.plist
+++ b/platform/macosx/love-Info.plist
@@ -46,7 +46,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.9.0
+ 0.9.1
CFBundleSignature
LoVe
LSApplicationCategoryType
diff --git a/src/common/version.h b/src/common/version.h
index d8798f9dc..9a07b4572 100644
--- a/src/common/version.h
+++ b/src/common/version.h
@@ -27,8 +27,8 @@ namespace love
// Version stuff.
const int VERSION_MAJOR = 0;
const int VERSION_MINOR = 9;
-const int VERSION_REV = 0;
-const char *VERSION = "0.9.0";
+const int VERSION_REV = 1;
+const char *VERSION = "0.9.1";
const char *VERSION_COMPATIBILITY[] = { VERSION, 0 };
const char *VERSION_CODENAME = "Baby Inspector";