bundle: use numbers for versioning

Use numeric version number instead of string as mentioned in
https://git.ring.cx/savoirfairelinux/ring-client-macosx/issues/184
and current name "Live Free or Die" moved to the credits section.

Change-Id: I6fef7dedcea22b6fa71e9d807b036e891f2cf617
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 606a230..5c14b9e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@
 IF("${RELEASE_TYPE}" STREQUAL "AppStore")
    SET(RING_VERSION_NAME "1.31")
 ELSE()
-   SET(RING_VERSION_NAME "Live Free or Die")
+   SET(RING_VERSION_NAME "1")
 ENDIF()
 
 MESSAGE("Building Ring version - " ${RING_VERSION_NAME} " " ${RING_VERSION})