commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue common/src/__init__.py designer/src/__init...


From: Jason Cater
Subject: gnue common/src/__init__.py designer/src/__init...
Date: Sat, 15 Jun 2002 15:54:10 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Branch:         forms-0-3-patches
Changes by:     Jason Cater <address@hidden>    02/06/15 15:54:09

Modified files:
        common/src     : __init__.py 
        designer/src   : __init__.py 
        forms/src      : __init__.py 

Log message:
        updated version numbers to branch/development status

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/src/__init__.py.diff?cvsroot=OldCVS&only_with_tag=common-0-3-patches&tr1=1.11&tr2=1.11.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/src/__init__.py.diff?cvsroot=OldCVS&only_with_tag=designer-0-3-patches&tr1=1.11&tr2=1.11.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/src/__init__.py.diff?cvsroot=OldCVS&only_with_tag=forms-0-3-patches&tr1=1.7&tr2=1.7.2.1&r1=text&r2=text

Patches:
Index: gnue/common/src/__init__.py
diff -c gnue/common/src/__init__.py:1.11 gnue/common/src/__init__.py:1.12
*** gnue/common/src/__init__.py:1.11    Wed May 29 23:11:02 2002
--- gnue/common/src/__init__.py Sat Jun 15 15:51:35 2002
***************
*** 1,19 ****
  #
  # This file is part of GNU Enterprise.
  #
! # GNU Enterprise is free software; you can redistribute it 
! # and/or modify it under the terms of the GNU General Public 
! # License as published by the Free Software Foundation; either 
  # version 2, or (at your option) any later version.
  #
! # GNU Enterprise is distributed in the hope that it will be 
! # useful, but WITHOUT ANY WARRANTY; without even the implied 
! # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
  # PURPOSE. See the GNU General Public License for more details.
  #
! # You should have received a copy of the GNU General Public 
! # License along with program; see the file COPYING. If not, 
! # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
  # Copyright 2001-2002 Free Software Foundation
--- 1,19 ----
  #
  # This file is part of GNU Enterprise.
  #
! # GNU Enterprise is free software; you can redistribute it
! # and/or modify it under the terms of the GNU General Public
! # License as published by the Free Software Foundation; either
  # version 2, or (at your option) any later version.
  #
! # GNU Enterprise is distributed in the hope that it will be
! # useful, but WITHOUT ANY WARRANTY; without even the implied
! # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  # PURPOSE. See the GNU General Public License for more details.
  #
! # You should have received a copy of the GNU General Public
! # License along with program; see the file COPYING. If not,
! # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
  # Copyright 2001-2002 Free Software Foundation
***************
*** 38,45 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,3,0)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 38,45 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,4,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/designer/src/__init__.py
diff -c gnue/designer/src/__init__.py:1.11 gnue/designer/src/__init__.py:1.12
*** gnue/designer/src/__init__.py:1.11  Wed May 29 23:43:50 2002
--- gnue/designer/src/__init__.py       Sat Jun 15 15:51:35 2002
***************
*** 30,37 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,3,0)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 30,37 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,4,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/forms/src/__init__.py
diff -c gnue/forms/src/__init__.py:1.7 gnue/forms/src/__init__.py:1.8
*** gnue/forms/src/__init__.py:1.7      Wed May 29 23:57:17 2002
--- gnue/forms/src/__init__.py  Sat Jun 15 15:51:35 2002
***************
*** 31,38 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,3,0)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 31,38 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,4,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')



reply via email to

[Prev in Thread] Current Thread [Next in Thread]