File: version.h

package info (click to toggle)
exfatprogs 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,184 kB
  • sloc: ansic: 7,887; sh: 4,505; makefile: 60
file content (10 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 *  Copyright (C) 2020 Namjae Jeon <linkinjeon@kernel.org>
 */

#ifndef _VERSION_H

#define EXFAT_PROGS_VERSION "1.3.2"

#endif /* !_VERSION_H */