Template Version not being placed in generated code

Posts   
 
    
takb
User
Posts: 150
Joined: 12-Mar-2004
# Posted on: 25-Sep-2006 05:57:09   

I noticed that the Template Version is not being written into the generated source.

I'm running a recent release (20th Sept).

eg.

///////////////////////////////////////////////////////////////
// This is generated code. 
//////////////////////////////////////////////////////////////
// Code is generated using LLBLGen Pro version: 2.0.0.0
// Code is generated on: Monday, 25 September 2006 1:38:25 PM
// Code is generated using templates: SD.TemplateBindings.SharedTemplates.NET20
// Templates vendor: Solutions Design.
// Templates version: 
//////////////////////////////////////////////////////////////
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 25-Sep-2006 09:49:56   

That's correct. The statement is still there but there's no version emitted for the statement (it's a no-op). The main reason why there's no version emitted is pretty lame: I couldn't find a proper way to store the version info of the templates. I left it in so when I do find a proper way to store the version, I don't have change all templates simple_smile

Frans Bouma | Lead developer LLBLGen Pro