summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshingil.kang <shingil.kang@samsung.com>2016-12-19 13:41:44 +0900
committershingil.kang <shingil.kang@samsung.com>2016-12-19 13:41:44 +0900
commit266347569e7d689fce5b189e0ec1cdd98bebf558 (patch)
tree3ef602f24d691f459cc16d5f3c84009aebb22c70
parent06818999a7f6e93413a243b083e1edf9f780fbc0 (diff)
downloadsdb-266347569e7d689fce5b189e0ec1cdd98bebf558.tar.gz
sdb-266347569e7d689fce5b189e0ec1cdd98bebf558.tar.bz2
sdb-266347569e7d689fce5b189e0ec1cdd98bebf558.zip
MISC: package version up (2.2.98)
Change-Id: Ic8c0cbe7fc3a275d20be6108267d2e2cd59885bd Signed-off-by: shingil.kang <shingil.kang@samsung.com>
-rw-r--r--package/changelog3
-rw-r--r--package/pkginfo.manifest2
-rw-r--r--src/common_modules.h2
3 files changed, 5 insertions, 2 deletions
diff --git a/package/changelog b/package/changelog
index 8a4ebd8..4d24fe2 100644
--- a/package/changelog
+++ b/package/changelog
@@ -1,3 +1,6 @@
+* 2.2.98
+- Refine user message
+== shingil.kang <shingil.kang@samsung.com> 2016-12-19
* 2.2.97
- Change the path to save package file
== SangJin Kim <sangjin3.kim@samsung.com> 2016-12-09
diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest
index da338e6..799785d 100644
--- a/package/pkginfo.manifest
+++ b/package/pkginfo.manifest
@@ -1,4 +1,4 @@
-Version:2.2.97
+Version:2.2.98
Source:sdb
Maintainer: Jaewon Lim <jaewon81.lim@samsung.com>, SangJin Kim <sangjin3.kim@samsung.com>
diff --git a/src/common_modules.h b/src/common_modules.h
index 1ff7d29..543226d 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 97 // increments for small sets of changes
+#define SDB_VERSION_PATCH 98 // increments for small sets of changes
#define SDB_VERSION_MAX_LENGTH 128