[NUI] NUI_1.2.85 version release (#115) 4.0.1-preview1-00073
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Thu, 8 Feb 2018 01:11:48 +0000 (10:11 +0900)
committerGitHub <noreply@github.com>
Thu, 8 Feb 2018 01:11:48 +0000 (10:11 +0900)
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
packaging/version.txt
src/Tizen.NUI/src/internal/VersionCheck.cs

index 62b13c6..6c04e91 100755 (executable)
@@ -7,7 +7,7 @@ NUGET_VERSION=4.0.1-preview1-99999
 INTERNAL_NUGET_VERSION=4.0.1.999
 
 # RPM Version Suffix
-RPM_VERSION_SUFFIX=nui84
+RPM_VERSION_SUFFIX=nui85
 
 # Native Dependencies
-DALI_VERSION=1.2.84
+DALI_VERSION=1.2.85
index c6f3a16..7039acc 100755 (executable)
@@ -24,10 +24,10 @@ namespace Tizen.NUI
     {
         public const int daliVer1 = 1;
         public const int daliVer2 = 2;
-        public const int daliVer3 = 84;
+        public const int daliVer3 = 85;
         public const int nuiVer1 = 1;
         public const int nuiVer2 = 2;
-        public const int nuiVer3 = 84;
+        public const int nuiVer3 = 85;
         public const string nuiRelease = "";