summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIckhee Woo <ickhee.woo@samsung.com>2016-11-22 20:23:15 +0900
committerIckhee Woo <ickhee.woo@samsung.com>2016-11-22 20:23:15 +0900
commit0454af07029fd11e77a594359dc986591f344cea (patch)
tree1467a807bf8318c472618ac2ab21f4c067a700c2
parent6dffffdf36507ce48551f5f099f7d5041706f033 (diff)
downloadmy-account-0454af07029fd11e77a594359dc986591f344cea.tar.gz
my-account-0454af07029fd11e77a594359dc986591f344cea.tar.bz2
my-account-0454af07029fd11e77a594359dc986591f344cea.zip
Change-Id: I9196ea992111a22bbbb96355906fa5303468e987 Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
-rw-r--r--CMakeLists.txt4
-rw-r--r--packaging/my-account.spec2
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 14dca73..8907057 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ ADD_DEFINITIONS("-DDATADIR=\"${DATADIR}\"")
ADD_DEFINITIONS("-DTABLEDIR=\"${TABLEDIR}\"")
IF("${CMAKE_BUILD_TYPE}" STREQUAL "")
- SET(CMAKE_BUILD_TYPE "Debug")
+ SET(CMAKE_BUILD_TYPE "Release")
ENDIF("${CMAKE_BUILD_TYPE}" STREQUAL "")
MESSAGE("Build type: ${CMAKE_BUILD_TYPE}")
@@ -93,4 +93,4 @@ INSTALL(FILES ${CMAKE_BINARY_DIR}/${PROJECT_NAME}.edj DESTINATION ${EDJDIR})
# i18n
-ADD_SUBDIRECTORY(po) \ No newline at end of file
+ADD_SUBDIRECTORY(po)
diff --git a/packaging/my-account.spec b/packaging/my-account.spec
index 2d45404..45938db 100644
--- a/packaging/my-account.spec
+++ b/packaging/my-account.spec
@@ -1,6 +1,6 @@
Name: my-account
Summary: My account application
-Version: 0.0.1
+Version: 0.0.2
Release: 0
Group: main/devel
License: Apache-2.0