Bump to flatbuffers 2.0.0
authorGichan Jang <gichan2.jang@samsung.com>
Thu, 13 May 2021 03:47:29 +0000 (12:47 +0900)
committerYongjoo Ahn <yongjoo1.ahn@samsung.com>
Fri, 2 Dec 2022 07:37:25 +0000 (16:37 +0900)
Bump to flatbuffers 2.0.0

Change-Id: I5f229796cccfdb60cd15c29996aff57f75bc5cdb
Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
debian/changelog
debian/rules
packaging/flatbuffers.spec

index f7befdd..cad018b 100644 (file)
@@ -1,3 +1,9 @@
+flatbuffers (2.0.0-1) unstable; urgency=medium
+
+  * Release of v2.0.0
+
+ -- Gichan Jang <gichan2.jang@samsung.com>  Thu, 13 May 2021 12:43:00 +0900
+
 flatbuffers (1.12.0-3) unstable; urgency=medium
 
   * Include flatbuffers.pc to the dev-kit package
index fa69979..7d2b20b 100755 (executable)
@@ -7,7 +7,7 @@ export DEB_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 else
 export DEB_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
 endif
-export VERSION:=1.12.0
+export VERSION:=2.0.0
 
 export DEB_CMAKE_EXTRA_FLAGS +=  -DFLATBUFFERS_INSTALL=ON \
        -DFLATBUFFERS_BUILD_SHAREDLIB=ON \
index 1e6eed6..2f2c7cd 100644 (file)
@@ -1,6 +1,6 @@
 Name:          flatbuffers
 Summary:       cross platform serialization library
-Version:       1.12.0
+Version:       2.0.0
 Release:       1%{?dist}
 Group:         Development/Libraries
 Packager:      Parichay Kapoor <pk.kapoor@samsung.com>
@@ -77,6 +77,9 @@ sed -i 's#@includedir@#%{_includedir}#g' %{buildroot}%{_libdir}/pkgconfig/%{name
 %{_libdir}/pkgconfig/flatbuffers.pc
 
 %changelog
+* Thu May 13 2021 Gichan Jang <gichan2.jang@samsung.com>
+- Release of 1.11.0
+
 * Tue Sep 15 2020 Wook Song <wook16.song@samsung.com>
 - Add the pkg-config file to the dev-kit package