diff options
author | WonYoung Choi <wy80.choi@samsung.com> | 2017-01-19 19:29:13 +0900 |
---|---|---|
committer | Kangho Hur <kangho.hur@samsung.com> | 2017-04-24 13:36:50 +0900 |
commit | 9c136991b85479ce6e066f3226c0f93921a2493a (patch) | |
tree | b17797505f4e7d1fdccdd0e33a5b87643cdba3ae | |
parent | 5bc100169677fa2b6345a623f33cffb8972ecc74 (diff) | |
download | xamarin-forms-9c136991b85479ce6e066f3226c0f93921a2493a.tar.gz xamarin-forms-9c136991b85479ce6e066f3226c0f93921a2493a.tar.bz2 xamarin-forms-9c136991b85479ce6e066f3226c0f93921a2493a.zip |
Fix version to 2.3.3.175-beta-004
Change-Id: I153e07e8f17fac1830dc0e7f1cc8a1128241256c
-rw-r--r-- | packaging/xamarin-forms-tizen.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/xamarin-forms-tizen.spec b/packaging/xamarin-forms-tizen.spec index 52784df9..4d3bdf87 100644 --- a/packaging/xamarin-forms-tizen.spec +++ b/packaging/xamarin-forms-tizen.spec @@ -1,12 +1,12 @@ %define XF_VERSION 2.3.3.175 # Increase this XF_TIZEN_VERSION when any public APIs of Xamarin.Forms.Platform.Tizen are changed. -%define XF_TIZEN_VERSION b03 +%define XF_TIZEN_VERSION beta-004 Name: xamarin-forms-tizen Summary: Xamarin.Forms for Tizen platform Version: %{XF_VERSION} -Release: %{XF_TIZEN_VERSION} +Release: 0 License: MIT Group: Graphics & UI Framework/Libraries Source0: %{name}-%{version}.tar.gz |