liquid_feedback_core

changeset 19:549b1a0fc042

Changed version to "beta19-dev"; Changed year in LICENSE to "2009-2010"
author jbe
date Sat Feb 06 03:24:51 2010 +0100 (2010-02-06)
parents ec83b47a9929
children 3625d841da90
files LICENSE core.sql
line diff
     1.1 --- a/LICENSE	Sat Jan 30 00:57:50 2010 +0100
     1.2 +++ b/LICENSE	Sat Feb 06 03:24:51 2010 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -Copyright (c) 2009 Public Software Group e. V., Berlin, Germany
     1.5 +Copyright (c) 2009-2010 Public Software Group e. V., Berlin, Germany
     1.6  
     1.7  Permission is hereby granted, free of charge, to any person obtaining a
     1.8  copy of this software and associated documentation files (the "Software"),
     2.1 --- a/core.sql	Sat Jan 30 00:57:50 2010 +0100
     2.2 +++ b/core.sql	Sat Feb 06 03:24:51 2010 +0100
     2.3 @@ -6,7 +6,7 @@
     2.4  BEGIN;
     2.5  
     2.6  CREATE VIEW "liquid_feedback_version" AS
     2.7 -  SELECT * FROM (VALUES ('beta18', NULL, NULL, NULL))
     2.8 +  SELECT * FROM (VALUES ('beta19-dev', NULL, NULL, NULL))
     2.9    AS "subquery"("string", "major", "minor", "revision");
    2.10  
    2.11  

Impressum / About Us