update version numbers

This commit is contained in:
mohrt
2001-05-29 18:59:10 +00:00
parent 2c9dbcc99f
commit a0f60bb4c9
9 changed files with 18 additions and 9 deletions

2
NEWS
View File

@@ -1,3 +1,5 @@
Version 1.4.2
-------------
- move $version to internal variable, remove from docs (Monte)
- cleaned up compiled templates global scope by moving some variables into
the class itself. (Andrei)

2
README
View File

@@ -2,7 +2,7 @@ NAME:
Smarty - the PHP compiling template engine
VERSION: 1.4.1
VERSION: 1.4.2
AUTHORS:

View File

@@ -1,3 +1,10 @@
1.4.2
-----
This was mostly one bug fix with variable scoping within included templates
and a few documentation changes and updates. See the ChangeLog file for full
details.
1.4.1
-----

View File

@@ -4,7 +4,7 @@
* File: Smarty.addons.php
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
* Version: 1.4.1
* Version: 1.4.2
* Copyright: 2001 ispi of Lincoln, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@@ -5,7 +5,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* Version: 1.4.1
* Version: 1.4.2
* Copyright: 2001 ispi of Lincoln, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -149,7 +149,7 @@ class Smarty
var $_sections = array(); // keeps track of sections
var $_conf_obj = null; // configuration object
var $_smarty_md5 = 'f8d698aea36fcbead2b9d5359ffca76f'; // md5 checksum of the string 'Smarty'
var $_version = '1.4.1'; // Smarty version number
var $_version = '1.4.2'; // Smarty version number
/*======================================================================*\

View File

@@ -6,7 +6,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* Version: 1.4.1
* Version: 1.4.2
* Copyright: 2001 ispi of Lincoln, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@@ -14,7 +14,7 @@
<address><email>andrei@php.net</email></address>
</affiliation>
</author>
<edition>Version 1.4.1</edition>
<edition>Version 1.4.2</edition>
<copyright><year>2001</year><holder>ispi of Lincoln, Inc.</holder></copyright>
</bookinfo>
<chapter>

View File

@@ -5,7 +5,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* Version: 1.4.1
* Version: 1.4.2
* Copyright: 2001 ispi of Lincoln, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -149,7 +149,7 @@ class Smarty
var $_sections = array(); // keeps track of sections
var $_conf_obj = null; // configuration object
var $_smarty_md5 = 'f8d698aea36fcbead2b9d5359ffca76f'; // md5 checksum of the string 'Smarty'
var $_version = '1.4.1'; // Smarty version number
var $_version = '1.4.2'; // Smarty version number
/*======================================================================*\

View File

@@ -6,7 +6,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* Version: 1.4.1
* Version: 1.4.2
* Copyright: 2001 ispi of Lincoln, Inc.
*
* This library is free software; you can redistribute it and/or