-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 1.6.1; Update copyright date
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
# 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. | ||
# | ||
# Copyright (C) 2017 Jonathan Elchison <[email protected]> | ||
# Copyright (C) 2018 Jonathan Elchison <[email protected]> | ||
# | ||
# 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 | ||
|
@@ -47,7 +47,7 @@ fi | |
############################################################################### | ||
|
||
# version of this script | ||
VERSION=1.6.0 | ||
VERSION=1.6.1 | ||
# maximum number of heads per cylinder | ||
HPC=255 | ||
# maximum number of sectors per track | ||
|