CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Could we put civicrm-version.php under svn tracking ?
Pages: [1]

Author Topic: Could we put civicrm-version.php under svn tracking ?  (Read 888 times)

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Could we put civicrm-version.php under svn tracking ?
May 07, 2011, 07:49:00 am
And
Code: [Select]
<?php

function civicrmVersion( ) {
  return array( 
'version'  => '3.4.x',
                
'cms'      => 'Drupal',
                
'revision' => '33876' );
}


1) with a post commit on svn update the revision
2) probably manually, everytime there is a minor version release update the version ?

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Could we put civicrm-version.php under svn tracking ?
May 07, 2011, 12:18:22 pm
lobo told me that file is automatically generated by GenCode, so as long as you run GenCode at least everytime there is a new alpha/beta version, it will be updated.

Forget the request, it's void.

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Could we put civicrm-version.php under svn tracking ?

This forum was archived on 2017-11-26.