summaryrefslogtreecommitdiffstats
path: root/main/common/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/common/version.h')
-rw-r--r--main/common/version.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/main/common/version.h b/main/common/version.h
index 9eb1b9f..bb7b4c8 100644
--- a/main/common/version.h
+++ b/main/common/version.h
@@ -1,7 +1,7 @@
/**************************************************************************
*
* Copyright (c) 2013 Alcatel-Lucent
- *
+ *
* Alcatel Lucent licenses this file to You under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. A copy of the License is contained the
@@ -26,7 +26,7 @@
* The version number for MicroMonitor is 4 'dot' separated numbers.
* Each number can be as large as is needed.
*
- * MAJOR_VERSION.MINOR_VERSION.BUILD_NUMBER.TARGET_VERSION
+ * MAJOR_VERSION.MINOR_VERSION.BUILD_NUMBER.TARGET_VERSION
* MAJOR, MINOR & BUILD apply to the common code applicable to all targets.
* TARGET applies to the target-specific code.
@@ -43,7 +43,7 @@
* hence, simply identifying a significant set of MINOR changes or some
* big change.
*/
-#define MAJOR_VERSION 1
+#define MAJOR_VERSION 1
/* MINOR_VERSION:
* Incremented as a result of a new command or feature, or as a result
@@ -62,7 +62,7 @@
* - Bug fix: uMonInRam() re-write.
* - Bug fix: "tfs ramdev" device would be lost after mon_appexit().
* - Bug fix: "tfs ramdev" naming conflict could occur between device
- * and file.
+ * and file.
* 3->4:
* - The tfscheck() function accepts a NULL input TDEV pointer to signify
* a request to check all TFS devices (instead of just one named device).
@@ -71,18 +71,18 @@
* 4->5:
* - The "flash erase" command takes addresses as well as sector numbers.
* - The "flash info" and "tfs stat" populate shellvars with their info.
- * - Bug fix: tftp get would turn on the server, now fixed so that if
- * server was off, it stays off.
+ * - Bug fix: tftp get would turn on the server, now fixed so that if
+ * server was off, it stays off.
* - Bug fix: if destination file received by tftp server started with
- * a $, but the shell variable didn't exist, the server would create
- * a file with the $. This will now generate an error.
+ * a $, but the shell variable didn't exist, the server would create
+ * a file with the $. This will now generate an error.
* 5->6:
- * - Added more configurability so that uMon's footprint can be smaller.
- * - Broke up memcmds.c into individually configurable commands using
- * INCLUDE_DM, INCLUDE_PM, etc.
- * - Added support to configure USRLVL, ICMP, and ICMPTIME in or out.
- * - TFS now supports the option of being built without FLASH.
- * - New read options: -p -n.
+ * - Added more configurability so that uMon's footprint can be smaller.
+ * - Broke up memcmds.c into individually configurable commands using
+ * INCLUDE_DM, INCLUDE_PM, etc.
+ * - Added support to configure USRLVL, ICMP, and ICMPTIME in or out.
+ * - TFS now supports the option of being built without FLASH.
+ * - New read options: -p -n.
* - New pm options: -a -o -x.
* - New PRE_TFSAUTOBOOT_HOOK() macro.
* - Converted genlib.c to a library.
@@ -97,7 +97,7 @@
* incoming packet queue is empty.
* 7->8:
* - New TFS_ALTDEVTBL_BASE code to support an alternat TFS device table
- * that is outside uMon's text/data space.
+ * that is outside uMon's text/data space.
* - Fixed bug in JFFS2 related to file truncation.
* 8->9:
* - New DOSFS/FATFS/CF facility (much help from Graham Henderson).
@@ -112,10 +112,10 @@
* 11->12:
* - Added the 'to' side of the ARP request in ethernet verbosity.
* - Fixed bugs in tcpstuff.c that were only seen on little-endian CPUs.
- * - Added the ability to load an elf file from raw memory space. This
- * introduces the notion of a 'fake' tfs file header to tfs, using the
- * first reserved entry in the header as a pointer to the data portion
- * of the file.
+ * - Added the ability to load an elf file from raw memory space. This
+ * introduces the notion of a 'fake' tfs file header to tfs, using the
+ * first reserved entry in the header as a pointer to the data portion
+ * of the file.
* 12->14:
* - Added new DHCP shell variable ROOTPATH (reflects option 17).
* - New DHCP variable: DHCPDONTBOOT. Tells DHCP not to do anything with
@@ -133,7 +133,7 @@
* 14->15:
* - Fixed a bug in TFTP packet reception that was causing all incoming
* file downloads greater than 32Mg to fail because that is the point
- * at which the block number will wrap.
+ * at which the block number will wrap.
* - Updates/cleanups made to keep the build warning-free with GCC 4.2
* from Microcross.
* 15->16:
@@ -142,7 +142,7 @@
* - Added mon_timer() api.
* 16->17:
* - Lotta new stuff, refer to user manual for complete list...
- * - Lwipapp: httpget, telnet client.
+ * - Lwipapp: httpget, telnet client.
* - Tested support for nor-less system (booting from SPI flash).
* - TSI, FBI, mDNS, LLAD, etc...
* 17->18:
@@ -152,15 +152,15 @@
* - SPI-resident TFS support.
* - JFFS2 extended by B.Gatliff
* 18->19:
- * - Refer to user manual for complete list...
+ * - Refer to user manual for complete list...
* - TFS defrag bug fixes.
*/
-#define MINOR_VERSION 19
+#define MINOR_VERSION 19
/* TARGET_VERSION:
* Incremented as a result of a bug fix or change made to the
* target-specific (i.e. port) portion of the code.
- *
+ *
* To keep a "cvs-like" log of the changes made to a port that is
* not under CVS, it is recommended that the target_version.h file be
* used as the log to keep track of changes in one place.