projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73159c5
)
londiste.version(): 3.0.0.12
author
Marko Kreen
<markokr@gmail.com>
Fri, 23 Dec 2011 12:45:08 +0000
(14:45 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 23 Dec 2011 12:45:08 +0000
(14:45 +0200)
sql/londiste/functions/londiste.version.sql
patch
|
blob
|
blame
|
history
diff --git
a/sql/londiste/functions/londiste.version.sql
b/sql/londiste/functions/londiste.version.sql
index efa7a2ff2a6f4da5e207bbe1d342160c0b26a4e4..9008f8f39a5b583e9cca23e98c669fbdc87e8179 100644
(file)
--- a/
sql/londiste/functions/londiste.version.sql
+++ b/
sql/londiste/functions/londiste.version.sql
@@
-2,7
+2,7
@@
create or replace function londiste.version()
returns text as $$
begin
- return '3.0.0.1
1
';
+ return '3.0.0.1
2
';
end;
$$ language plpgsql;