Skip to content
Snippets Groups Projects
Commit b41b3fe2 authored by Thomas Russell Murphy's avatar Thomas Russell Murphy
Browse files

Bump version to 1.21 to reflect addition of new symbols

This covers both exponentiation (`**`) and `generate`/`endgenerate`
parent 696a0bf0
No related branches found
Tags v1.21
No related merge requests found
## iStyle 1.20 (Fast and Free Automatic Formatter for Verilog Source Code) ##
## iStyle 1.21 (Fast and Free Automatic Formatter for Verilog Source Code) ##
> (Created by haimag, Report Bugs: haimag@gmail.com)
> (Thanks to Tal Davidson & Astyle)
> Originally hosted at http://code.google.com/p/istyle-verilog-formatter before Google Code EOL
......
......@@ -57,7 +57,7 @@ using namespace astyle;
ostream *_err = &cerr;
string _suffix = ".orig";
const string _version = "1.20";
const string _version = "1.21";
bool shouldBackupFile = true;
// --------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment