diff options
author | JinWang An <jinwang.an@samsung.com> | 2022-12-26 13:14:06 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2022-12-26 13:14:06 +0900 |
commit | 51eaf50af9034eef5dd054415811e122bf66073e (patch) | |
tree | 2f5ec9fb48ffe1b61f5dbc3c0e62f2f5c9a9edec /src/version.h | |
parent | 127f9ea6efe870266c0a1f3ce26baf0d2d76261c (diff) | |
download | dosfstools-51eaf50af9034eef5dd054415811e122bf66073e.tar.gz dosfstools-51eaf50af9034eef5dd054415811e122bf66073e.tar.bz2 dosfstools-51eaf50af9034eef5dd054415811e122bf66073e.zip |
Imported Upstream version 3.0.25upstream/3.0.25
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/version.h b/src/version.h index 7d8ac47..683a7f7 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ /* version.h Copyright (C) 1998-2005 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> - Copyright (C) 2008-2013 Daniel Baumann <mail@daniel-baumann.ch> + Copyright (C) 2008-2014 Daniel Baumann <mail@daniel-baumann.ch> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ #ifndef _version_h #define _version_h -#define VERSION "3.0.24" -#define VERSION_DATE "2013-11-23" +#define VERSION "3.0.25" +#define VERSION_DATE "2014-01-17" #endif |