diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-11-03 21:49:14 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-11-03 21:49:14 (GMT) |
commit | 72da49fdf05285169a9465b34f7869dafc4715ec (patch) | |
tree | 8a7303076d85c977737d2e30ac8eaf1da0a909a3 /ChangeLog | |
parent | 565c3f494b51715cf67575fc5951c6103049f29d (diff) |
Retrieved the revision number using M4 instead of shell.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@603 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +15-11-03 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Include the 'svnrev.m4' file and update code. + + * Makefile.am: + Delete all references to revision.h*. + + * plugins/pychrysa/pychrysa.c: + Update code. + + * revision.h.in: + Deleted entry. + + * src/dialogs/about.c: + * src/main.c: + Update code. + + * svnrev.m4: + New entry: retrieve the revision number using M4 instead of shell. + 15-11-01 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbufferline.c: |