diff options
author | Dongeup Ham <dongeup.ham@samsung.com> | 2013-01-03 10:19:00 +0900 |
---|---|---|
committer | Dongeup Ham <dongeup.ham@samsung.com> | 2013-01-03 11:21:50 +0900 |
commit | d022ec4cda436708492eca82f2af43f290fe1f26 (patch) | |
tree | 51272c244c021d471aed0d57bad4128b1b126b2e /inc | |
parent | 89c8b72b28db94d693be40e2840810a4c9ef9a8f (diff) | |
download | installer-d022ec4cda436708492eca82f2af43f290fe1f26.tar.gz installer-d022ec4cda436708492eca82f2af43f290fe1f26.tar.bz2 installer-d022ec4cda436708492eca82f2af43f290fe1f26.zip |
Implementation Livebox, Accounts parsers.
Change-Id: Iee2b4bf218636a2ece19a7cd2378ec04d39b8a09
Signed-off-by: Dongeup Ham <dongeup.ham@samsung.com>
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/InstallerDefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/InstallerDefs.h b/inc/InstallerDefs.h index c644b83..a70a471 100755 --- a/inc/InstallerDefs.h +++ b/inc/InstallerDefs.h @@ -21,7 +21,7 @@ #ifndef _INSTALLER_DEFS_H_ #define _INSTALLER_DEFS_H_ -#define OSP_INSTALLER_VERSION "osp-installer version = [2012/12/28]_RC[1]" +#define OSP_INSTALLER_VERSION "osp-installer version = [2013/01/03]_[1]" #define DIR_BIN L"/bin" #define DIR_INFO L"/info" |