From 7cc7fb615b36623cac78182ec713cb022c310f3e Mon Sep 17 00:00:00 2001 From: Dario Solera Date: Sun, 28 Feb 2010 10:26:43 +0000 Subject: [PATCH] Fixed and closed #502: {PageCount(*)} now available in the editor toolbar. --- AssemblyVersion.cs | 4 ++-- WebApplication/Editor.ascx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index 8c092d2..058a661 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.2.503")] -[assembly: AssemblyFileVersion("3.0.2.503")] +[assembly: AssemblyVersion("3.0.2.504")] +[assembly: AssemblyFileVersion("3.0.2.504")] diff --git a/WebApplication/Editor.ascx b/WebApplication/Editor.ascx index 6097c0d..8bb4724 100644 --- a/WebApplication/Editor.ascx +++ b/WebApplication/Editor.ascx @@ -319,6 +319,7 @@ {WikiVersion} {MainURL} {PageCount} + {PageCount(*)} {Username} {LoginLogout} {Clear}