# HG changeset patch # User Christian Hammond # Date 1085953523 0 # Node ID 63565de253af27b121aa2f2e9e6e973ba3eeb356 # Parent e46869c572be7d6e58c76aa293cc994cbeb6b30a [gaim-migrate @ 9921] Nuke the VERSION file, and have it auto-build from configure, based off the current version. Automation GOOD. committer: Tailor Script diff -r e46869c572be -r 63565de253af .cvsignore --- a/.cvsignore Sun May 30 21:35:46 2004 +0000 +++ b/.cvsignore Sun May 30 21:45:23 2004 +0000 @@ -3,6 +3,7 @@ config.status intl ABOUT-NLS +VERSION compile config.guess config.sub diff -r e46869c572be -r 63565de253af Makefile.am --- a/Makefile.am Sun May 30 21:35:46 2004 +0000 +++ b/Makefile.am Sun May 30 21:45:23 2004 +0000 @@ -14,6 +14,7 @@ Makefile.mingw \ README.mingw \ VERSION \ + VERSION.in \ plugins/win32/transparency/Makefile.mingw \ plugins/win32/transparency/win2ktrans.c \ plugins/win32/winprefs/gtkappbar.c \ diff -r e46869c572be -r 63565de253af VERSION --- a/VERSION Sun May 30 21:35:46 2004 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -0.79cvs diff -r e46869c572be -r 63565de253af VERSION.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/VERSION.in Sun May 30 21:45:23 2004 +0000 @@ -0,0 +1,1 @@ +@VERSION@ diff -r e46869c572be -r 63565de253af configure.ac --- a/configure.ac Sun May 30 21:35:46 2004 +0000 +++ b/configure.ac Sun May 30 21:45:23 2004 +0000 @@ -1131,6 +1131,7 @@ AC_OUTPUT([Makefile Doxyfile + VERSION doc/Makefile doc/gaim.1 doc/gaim-remote.1