projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cde6619
)
londiste.version(): bump version to 2.1.12
skytools_2_1_12rc2
author
Marko Kreen
<markokr@gmail.com>
Tue, 5 Oct 2010 10:41:07 +0000
(10:41 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 5 Oct 2010 10:41:07 +0000
(10:41 +0000)
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 3ec51be0b8b06423e9403e3fd00be0ffa70fc07b..dca4abcb2ea11b89c7ac3a6a32736a949edadaa1 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 '2.1.
7
';
+ return '2.1.
12
';
end;
$$ language plpgsql;