summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangJin Kim <sangjin3.kim@samsung.com>2016-12-09 18:09:41 +0900
committerSangJin Kim <sangjin3.kim@samsung.com>2016-12-09 18:09:41 +0900
commit3f6f7f5b4328da590516bf1086e22b1e99ec57f9 (patch)
treef8bdb7a3f9b5f56864c905a009274612efb59912
parent3c6f28bf29001464f1842a00afb5d6e683aa5346 (diff)
downloadsdb-3f6f7f5b4328da590516bf1086e22b1e99ec57f9.tar.gz
sdb-3f6f7f5b4328da590516bf1086e22b1e99ec57f9.tar.bz2
sdb-3f6f7f5b4328da590516bf1086e22b1e99ec57f9.zip
Version up to v2.2.97
Change-Id: I9772a359615f8ba8646b8f00c3c6329c39ae845b Signed-off-by: SangJin Kim <sangjin3.kim@samsung.com>
-rw-r--r--package/changelog3
-rw-r--r--package/pkginfo.manifest4
-rw-r--r--src/common_modules.h2
3 files changed, 6 insertions, 3 deletions
diff --git a/package/changelog b/package/changelog
index a1ff071..8a4ebd8 100644
--- a/package/changelog
+++ b/package/changelog
@@ -1,3 +1,6 @@
+* 2.2.97
+- Change the path to save package file
+== SangJin Kim <sangjin3.kim@samsung.com> 2016-12-09
* 2.2.96
- Increase size of USB transport packet
== shingil.kang <shingil.kang@samsung.com> 2016-12-09
diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest
index a7636f2..da338e6 100644
--- a/package/pkginfo.manifest
+++ b/package/pkginfo.manifest
@@ -1,6 +1,6 @@
-Version:2.2.96
+Version:2.2.97
Source:sdb
-Maintainer:Kangho Kim <kh5325.kim@samsung.com>, Yoonki Park<yoonki.park@samsung.com>, Hyunsik Noh<hyunsik.noh@samsung.com>, Gun Kim<gune.kim@samsung.com>, Ho Namkoong<ho.namkoong@samsung.com>, Taeyoung Son<taeyoung2.son@samsung.com>
+Maintainer: Jaewon Lim <jaewon81.lim@samsung.com>, SangJin Kim <sangjin3.kim@samsung.com>
Package:sdb
OS:ubuntu-32
diff --git a/src/common_modules.h b/src/common_modules.h
index 33ad364..1ff7d29 100644
--- a/src/common_modules.h
+++ b/src/common_modules.h
@@ -40,7 +40,7 @@
#define A_VERSION 0x0100000
#define SDB_VERSION_MAJOR 2 // increments upon significant architectural changes or the achievement of important milestones
#define SDB_VERSION_MINOR 2 // progress is made within a major version
-#define SDB_VERSION_PATCH 91 // increments for small sets of changes
+#define SDB_VERSION_PATCH 97 // increments for small sets of changes
#define SDB_VERSION_MAX_LENGTH 128