Skip to content

Commit a2241d7

Browse files
committed
Update version to 1.6.1; Update copyright date
1 parent 406b667 commit a2241d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

format-udf.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.
66
#
7-
# Copyright (C) 2017 Jonathan Elchison <[email protected]>
7+
# Copyright (C) 2018 Jonathan Elchison <[email protected]>
88
#
99
# This program is free software; you can redistribute it and/or modify
1010
# it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ fi
4747
###############################################################################
4848

4949
# version of this script
50-
VERSION=1.6.0
50+
VERSION=1.6.1
5151
# maximum number of heads per cylinder
5252
HPC=255
5353
# maximum number of sectors per track

0 commit comments

Comments
 (0)