Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
angoca committed Feb 15, 2014
1 parent 6b209da commit 5b3f86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/ReleaseProcess.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ BEFORE

* To change the version variable in the code (AdminHeader):
https://github.com/angoca/log4db2/blob/master/src/main/sql-pl/AdminHeader.sql
* Change the version in the documentation of all files.
* Change the version in the documentation (@version) of all source files.
* Make sure the schema reflects the version number to release (all files.)
* Perform last commit and push.

PERFORM

Expand Down
2 changes: 1 addition & 1 deletion src/main/sql-pl/AdminHeader.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ COMMENT ON PUBLIC ALIAS LOGADMIN FOR MODULE IS 'Administrative routines for log4

-- Module version.
ALTER MODULE LOGADMIN PUBLISH
VARIABLE VERSION VARCHAR(32) CONSTANT '2012-10-14 1-Alpha';
VARIABLE VERSION VARCHAR(32) CONSTANT '2012-10-15 1-Alpha';

-- Procedure that shows the used loggers (Table CONF_LOGGERS_EFFECTIVE).
ALTER MODULE LOGADMIN PUBLISH
Expand Down

0 comments on commit 5b3f86f

Please sign in to comment.