[svn] Remove "CVS" from version number.

This commit is contained in:
hniksic 2005-07-01 19:28:21 -07:00
parent db9de5b075
commit 8363d624b5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-07-02 Hrvoje Niksic <hniksic@xemacs.org>
* version.c: Don't use "cvs" in version name, since we're not
using CVS anymore.
2005-07-02 Hrvoje Niksic <hniksic@xemacs.org>
* progress.c (create_image): Ditto.

View File

@ -1 +1 @@
char *version_string = "1.10+cvs";
char *version_string = "1.10+devel";