build: fix package version definitions to be identical accepted/tizen/unified/20200622.134447 submit/tizen/20200621.214257
authorWonki Kim <wonki_.kim@samsung.com>
Fri, 12 Jun 2020 01:37:50 +0000 (10:37 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 21 Jun 2020 21:29:19 +0000 (06:29 +0900)
version descriptions are not identical between build system(meson) and spec
this patch fix them to be identical

Change-Id: I3764edbc9530520d7ad19b446b0bce41b58abf62

meson.build
packaging/aurum.spec

index 5baf9f6..962193b 100644 (file)
@@ -1,5 +1,5 @@
 project('aurum', ['cpp'],
-  version: '0.0.1',
+  version: '0.1.1',
   default_options : ['buildtype=debugoptimized', 'cpp_std=c++17'],
   meson_version : '>=0.47'
 )
index 1d7ccd4..d49226c 100644 (file)
@@ -1,5 +1,5 @@
 Name:           aurum
-Version:        0.1.0
+Version:        0.1.1
 Release:        0
 License:        Apache-2.0
 Summary:        Automation framework for Ui testing