Skip to content

Commit

Permalink
Switch to semver versionning
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Jul 18, 2015
1 parent dacaa8e commit 3bc6efa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pg_track_settings--1.0.sql → pg_track_settings--1.0.0.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-- This program is open source, licensed under the PostgreSQL License.
-- For license terms, see the LICENSE file.
--
-- Copyright (C) 2015: Julien Rouhaud

-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION pg_track_settings" to load this file. \quit

SET client_encoding = 'UTF8';
Expand Down
2 changes: 1 addition & 1 deletion pg_track_settings.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
comment = 'Track settings changes'
default_version = '1.0'
default_version = '1.0.0'
module_pathname = '$libdir/pg_track_settings'
superuser = false
relocatable = false
Expand Down

0 comments on commit 3bc6efa

Please sign in to comment.