Browse Source

git-svn-id: http://zengl.googlecode.com/svn/branches/0.3.x@1885 6573c10b-8653-0410-9706-d32479e959fb

dr.andru 13 years ago
parent
commit
b30d2f2ea3
3 changed files with 3 additions and 3 deletions
  1. 1 1
      headers/zglHeader.h
  2. 1 1
      headers/zglHeader.pas
  3. 1 1
      src/zgl_main.pas

+ 1 - 1
headers/zglHeader.h

@@ -3,7 +3,7 @@
 /*--------------------------------*/
 /*                                */
 /* version:  0.3.1                */
-/* date:     2012.07.29           */
+/* date:     2012.08.12           */
 /* license:  GNU LGPL version 3   */
 /* homepage: http://zengl.org     */
 /*                                */

+ 1 - 1
headers/zglHeader.pas

@@ -3,7 +3,7 @@
 {--------------------------------}
 {                                }
 { version:  0.3.1                }
-{ date:     2012.07.29           }
+{ date:     2012.08.12           }
 { license:  GNU LGPL version 3   }
 { homepage: http://zengl.org     }
 {                                }

+ 1 - 1
src/zgl_main.pas

@@ -46,7 +46,7 @@ uses
 
 const
   cs_ZenGL    = 'ZenGL 0.3.1';
-  cs_Date     = '2012.07.29';
+  cs_Date     = '2012.08.12';
   cv_major    = 0;
   cv_minor    = 3;
   cv_revision = 1;