Skip to content

Commit

Permalink
Bump version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Jan 17, 2022
1 parent 14c1725 commit f74d7b1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ List of major changes and improvements between releases
=======================================================


AVR 2.0.25
AVR 2.1.0
--------------------------
(16 January 2022)

* AVR source code is now released!
* Bump version to 2.1

AVR 2.0.24
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion avr.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import re
from distutils.spawn import find_executable

version=2.0
version=2.1

DEFAULT_TOP="-"
DEFAULT_BIN="build/bin"
Expand Down
2 changes: 1 addition & 1 deletion avr_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from subprocess import Popen, PIPE, DEVNULL, STDOUT
from enum import Enum

version=2.0
version=2.1
start_time = time.time()

cmdSuffix = ""
Expand Down
2 changes: 1 addition & 1 deletion src/dpa/avr_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <cstdlib>
#include <cstring>

#define AVERROES_VERSION 2.0
#define AVERROES_VERSION 2.1

#include "avr_util.h"

Expand Down
2 changes: 1 addition & 1 deletion src/reach/avr_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "avr_def.h"
#include "avr_util.h"

#define AVERROES_VERSION 2.0
#define AVERROES_VERSION 2.1
#define WN_VERSION 0.1

//#define I4
Expand Down
2 changes: 1 addition & 1 deletion src/vwn/avr_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <cstdlib>
#include <cstring>

#define AVERROES_VERSION 2.0
#define AVERROES_VERSION 2.1

#include "avr_util.h"

Expand Down

0 comments on commit f74d7b1

Please sign in to comment.