Skip to content

Commit

Permalink
Bump version due to breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
thexhr committed Jul 7, 2022
1 parent 584fd18 commit f2171ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jrnlc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Matthias Schmidt <xhr@giessen.ccc.de>
* Copyright (c) 2021-22 Matthias Schmidt <xhr@giessen.ccc.de>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Expand Down Expand Up @@ -28,7 +28,7 @@
#define MAX_LINE 80
#define MAX_PASS_LEN 255

#define VERSION "2022.a"
#define VERSION "2022.b"

struct journal_entry {
LIST_ENTRY(journal_entry) entries;
Expand Down

0 comments on commit f2171ce

Please sign in to comment.