Re: [hibernate-dev] Identify Hibernate version

2012-04-10 Thread Dmitry Geraskov
Thanks, Hardy! Dmitry 10.04.2012 17:59, Hardy Ferentschik написал: > Hi Dmitry, > > you are basically looking at the right place. For any released version of > Hibernate Version#getVersionString() > will return the release tag of the Hibernate version. > > If you are compiling the HEAD of the ma

[hibernate-dev] Identify Hibernate version

2012-04-10 Thread Dmitry Geraskov
Hi, guys, could you please tell me how to identify hibernate version used at run time. I expected to get it from org.hibernateVersion , but the code is: public class Version { public static String getVersionString() { return "[WORKING]"; } ... } Could you please help? Thanks