diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2636c09dd3ef93d83e94b8243532e85c34b58527..10aca3328dfeb218eff03db810f911974caa7097 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,6 +29,7 @@ cmake_minimum_required(VERSION 3.0)
 project(lime VERSION 0.0.1 LANGUAGES CXX C)
 
 set(LIME_SO_VERSION "0")
+set(LIME_VERSION ${PROJECT_VERSION})
 
 option(ENABLE_SHARED "Build shared library." ON)
 option(ENABLE_STATIC "Build static library." ON)
diff --git a/build/osx/Info.plist.in b/build/osx/Info.plist.in
index 599faf2197653d8a7d3c83d529e8b4acfbe74d59..19a6081cb25210b12e667e2d58463b01988650b1 100644
--- a/build/osx/Info.plist.in
+++ b/build/osx/Info.plist.in
@@ -26,11 +26,11 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>${LINPHONE_VERSION}</string>
+	<string>${LIME_VERSION}</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>${LINPHONE_VERSION}</string>
+	<string>${LIME_VERSION}</string>
 	<key>CSResourcesFileMapped</key>
 	<true/>
 	<key>NSHumanReadableCopyright</key>