From b41b3fe232f359ba9c643c676e1f602f95fc9deb Mon Sep 17 00:00:00 2001
From: Thomas Russell Murphy <thomas.russell.murphy@case.edu>
Date: Wed, 8 Jun 2016 10:00:42 -0400
Subject: [PATCH] Bump version to 1.21 to reflect addition of new symbols

This covers both exponentiation (`**`) and `generate`/`endgenerate`
---
 README.md           | 2 +-
 src/astyle_main.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 997db80..48e09ec 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## 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
diff --git a/src/astyle_main.cpp b/src/astyle_main.cpp
index 3fd7eb0..b9890a6 100755
--- a/src/astyle_main.cpp
+++ b/src/astyle_main.cpp
@@ -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;
 
 // --------------------------------------------------------------------------
-- 
GitLab