Skip to content

Commit

Permalink
remove info logs from stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
Poggicek committed Aug 15, 2024
1 parent 49a6bfe commit 26bb532
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions breakpad-config/linux/config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* src/config.h.in. Generated from configure.ac by autoheader. */

#define BPLOG_MINIMUM_SEVERITY SEVERITY_CRITICAL

/* Define to 1 if you have the `arc4random' function. */
#undef HAVE_ARC4RANDOM

Expand Down
2 changes: 2 additions & 0 deletions breakpad-config/windows/config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* src/config.h.in. Generated from configure.ac by autoheader. */

#define BPLOG_MINIMUM_SEVERITY SEVERITY_CRITICAL

/* Define to 1 if you have the `arc4random' function. */
#undef HAVE_ARC4RANDOM

Expand Down
2 changes: 1 addition & 1 deletion extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ const char* AcceleratorCS2::GetLicense()

const char* AcceleratorCS2::GetVersion()
{
return "2.0.1";
return "2.0.2";
}

const char* AcceleratorCS2::GetDate()
Expand Down

0 comments on commit 26bb532

Please sign in to comment.