You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/01/28 18:27:38 UTC

cvs commit: ws-axis/c/build version.properties

dicka       2005/01/28 09:27:38

  Modified:    c/build  version.properties
  Log:
  Update version number in preparation for 1.5 alpha release
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.5       +1 -1      ws-axis/c/build/version.properties
  
  Index: version.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/version.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- version.properties	30 Nov 2004 14:15:03 -0000	1.4
  +++ version.properties	28 Jan 2005 17:27:38 -0000	1.5
  @@ -2,7 +2,7 @@
   # This file contains the versioning information for Axis C  #
   #############################################################
   majorVersion = 1
  -minorVersion = 4
  +minorVersion = 5
   revision = 0
   
   version = ${majorVersion}.${minorVersion}.${revision}