# HG changeset patch # User jbe # Date 1265423091 -3600 # Node ID 549b1a0fc042597a39cb75d3e6b4cf7c3faba089 # Parent ec83b47a9929a008db7b049b0f8ee42a32ff5baa Changed version to "beta19-dev"; Changed year in LICENSE to "2009-2010" diff -r ec83b47a9929 -r 549b1a0fc042 LICENSE --- a/LICENSE Sat Jan 30 00:57:50 2010 +0100 +++ b/LICENSE Sat Feb 06 03:24:51 2010 +0100 @@ -1,4 +1,4 @@ -Copyright (c) 2009 Public Software Group e. V., Berlin, Germany +Copyright (c) 2009-2010 Public Software Group e. V., Berlin, Germany Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -r ec83b47a9929 -r 549b1a0fc042 core.sql --- a/core.sql Sat Jan 30 00:57:50 2010 +0100 +++ b/core.sql Sat Feb 06 03:24:51 2010 +0100 @@ -6,7 +6,7 @@ BEGIN; CREATE VIEW "liquid_feedback_version" AS - SELECT * FROM (VALUES ('beta18', NULL, NULL, NULL)) + SELECT * FROM (VALUES ('beta19-dev', NULL, NULL, NULL)) AS "subquery"("string", "major", "minor", "revision");