diff options
author | Dongeup Ham <dongeup.ham@samsung.com> | 2013-02-26 18:32:28 +0900 |
---|---|---|
committer | Dongeup Ham <dongeup.ham@samsung.com> | 2013-02-26 18:32:28 +0900 |
commit | be4f370b5c15078a39e7ad0babdb416df65a9d90 (patch) | |
tree | db94d9d8adee857cbe578dab5e2c86ee665c08de /inc | |
parent | 59d64a305d07a8344809bd9fc7fe92e77cc206c3 (diff) | |
download | installer-be4f370b5c15078a39e7ad0babdb416df65a9d90.tar.gz installer-be4f370b5c15078a39e7ad0babdb416df65a9d90.tar.bz2 installer-be4f370b5c15078a39e7ad0babdb416df65a9d90.zip |
Implementation for notification
Change-Id: Ic18ca93b7789a737cd7f97eabd2ff1ceba1afb24
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 81f03b1..c54e6ce 100755 --- a/inc/InstallerDefs.h +++ b/inc/InstallerDefs.h @@ -23,7 +23,7 @@ #include "InstallerUtil.h" -#define OSP_INSTALLER_VERSION "version=[20130226.2]" +#define OSP_INSTALLER_VERSION "version=[20130226.3]" #define DIR_BIN L"/bin" #define DIR_INFO L"/info" |