summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2016-10-04 18:50:37 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2016-10-04 18:50:37 +0530
commit68f5bbaeaf787e6151124092721ec5edae8ead16 (patch)
treec106c33f28629168571d252ca4765892a56bcf77
parent13e2ff3e90e21935a76f053c61450d11da111a78 (diff)
Prepare for version 1.1.v1.1
-rw-r--r--CHANGELOG9
-rw-r--r--bcal.12
-rw-r--r--bcal.c2
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cb43e9a..32c9e0d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+bcal v1.1
+2016-10-04
+
+Modifications
+- Rename utility to bcal (Byte CALculator)
+
+-------------------------------------------------------------------------------
+
calb v1.0
2016-09-28
@@ -8,4 +16,5 @@ Initial features
- convert CHS to LBA and vice versa
- show binary, decimal and hex representation of a number
- custom sector size, max heads/cylinder and max sectors/track
+
-------------------------------------------------------------------------------
diff --git a/bcal.1 b/bcal.1
index 7a235ee..1e11d4a 100644
--- a/bcal.1
+++ b/bcal.1
@@ -1,4 +1,4 @@
-.TH "BCAL" "1" "Sep 2016" "Version 1.0" "User Commands"
+.TH "BCAL" "1" "Oct 2016" "Version 1.1" "User Commands"
.SH NAME
bcal \- Perform storage conversions and calculations.
.SH SYNOPSIS
diff --git a/bcal.c b/bcal.c
index bbef61f..28dbe36 100644
--- a/bcal.c
+++ b/bcal.c
@@ -22,7 +22,7 @@ typedef __uint64_t maxuint_t;
typedef double maxfloat_t;
#endif
-char *VERSION = "1.0";
+char *VERSION = "1.1";
char *units[] = { "b", "kib", "mib", "gib", "tib",
"kb", "mb", "gb", "tb", };