Skip to content

Commit

Permalink
Update copyright years and version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dverite committed Oct 16, 2023
1 parent 9470bb3 commit 15f86f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright and License

Copyright (c) 2016-2017, Daniel Vérité
Copyright (c) 2016-2023, Daniel Vérité

Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.

Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "permuteseq",
"abstract": "Extension to manage scalable pseudo-random permutations of sequences",
"version": "1.2.1",
"version": "1.2.2",
"release_status": "stable",
"maintainer": "Daniel Vérité <[email protected]>",
"license": "postgresql",
Expand All @@ -16,7 +16,7 @@
"provides": {
"permuteseq": {
"file": "sql/permuteseq--1.2.sql",
"version": "1.2.1",
"version": "1.2.2",
"abstract": "Extension to manage scalable pseudo-random permutations of sequences"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = permuteseq
EXTVERSION = 1.2
EXTVERSION = 1.2.2

PG_CONFIG = pg_config

Expand Down
2 changes: 1 addition & 1 deletion permuteseq.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* PostgreSQL extension to manage scalable pseudo-random permutations of sequences.
*
* By Daniel Vérité, 2016-2017. See LICENSE.md
* By Daniel Vérité, 2016-2023. See LICENSE.md
*/

#include <inttypes.h>
Expand Down

0 comments on commit 15f86f6

Please sign in to comment.