diff --git a/AUTHORS b/AUTHORS index 2d0a1519..367859e9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,7 @@ Monte Ohrt - - original idea & implementation - + - Idea of compiling into PHP scripts + - Initial implementation + - Documentation Andrei Zmievski - - rewrote parser from scratch - - other misc functionality + - Rewrote parser from scratch + - added much other functionality diff --git a/README b/README index dc775eef..b802a8ff 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME: Smarty - the PHP compiling template engine -VERSION: 1.0b +VERSION: 1.1.0 AUTHORS: diff --git a/Smarty.addons.php b/Smarty.addons.php index 5e9f5088..145259ee 100644 --- a/Smarty.addons.php +++ b/Smarty.addons.php @@ -5,7 +5,7 @@ * File: Smarty.addons.php * Author: Monte Ohrt * Andrei Zmievski - * Version: 1.0b + * Version: 1.1.0 * Copyright: 2001 ispi of Lincoln, Inc. * * This program is free software; you can redistribute it and/or diff --git a/Smarty.class.php b/Smarty.class.php index cc6c7ba9..7b242694 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.0b + * Version: 1.1.0 * Copyright: 2001 ispi of Lincoln, Inc. * * This program is free software; you can redistribute it and/or diff --git a/docs.sgml b/docs.sgml index 44e436dc..8ed46541 100644 --- a/docs.sgml +++ b/docs.sgml @@ -14,7 +14,7 @@
andrei@ispi.net
- Version 1.0b + Version 1.1.0 2001ispi, Inc. diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index cc6c7ba9..7b242694 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.0b + * Version: 1.1.0 * Copyright: 2001 ispi of Lincoln, Inc. * * This program is free software; you can redistribute it and/or