Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-free committed Nov 9, 2023
1 parent e2f0270 commit e31a92a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# edcre GNUMakefile by Alex Free
CXX=g++
CXX_FLAGS=-Wall -Werror -Ofast
VER=1.0.5
VER=1.0.6

edcre: clean
$(CXX) $(CXX_FLAGS) lec.cc -o edcre
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ EDCRE provides an advanced solution to detect and or update EDC/ECC data to matc
* [edcre-v1.0.6-windows-x86\_64](https://github.com/alex-free/edcre/releases/download/v1.0.6/edcre-v1.0.6-windows-x86_64.zip) _For 64-bit Windows_
* [edcre-v1.0.6-linux-x86](https://github.com/alex-free/edcre/releases/download/v1.0.6/edcre-v1.0.6-linux-x86_static.zip) _For x86 Linux Distros_
* [edcre-v1.0.6-linux-x86\_64](https://github.com/alex-free/edcre/releases/download/v1.0.6/edcre-v1.0.6-linux-x86_64_static.zip) _For x86_64 Linux Distros_
* [edcre-v1.0.6-source](https://github.com/alex-free/edcre/archive/refs/tags/v1.0.5.zip)
* [edcre-v1.0.6-source](https://github.com/alex-free/edcre/archive/refs/tags/v1.0.6.zip)

Changes:

Expand Down
10 changes: 0 additions & 10 deletions update-web.sh

This file was deleted.

0 comments on commit e31a92a

Please sign in to comment.