• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  *  Copyright (C) 2020 Namjae Jeon <linkinjeon@kernel.org>
4  */
5 
6 #ifndef _VERSION_H
7 
8 #define EXFAT_PROGS_VERSION "1.2.0"
9 
10 #endif /* !_VERSION_H */
11