summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-10-22 09:10:41 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-10-22 09:10:41 -0400
commitbdc9a8b5acdffe0acd6360b1cade8ff732df3e76 (patch)
tree6859cfda3a17af1278937a37d9bccc5687b05440 /msdos
parent1a7aa3ce7fe32955f45ba8cfee2ccaf4a0770395 (diff)
downloademacs-bdc9a8b5acdffe0acd6360b1cade8ff732df3e76.tar.gz
* configure.ac: Bump version to 24.4.51 to avoid ambiguity with the old
trunk's 24.4.50.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sed2v2.inp2
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 3a2a94f2ca9..88da4fae65f 100644
--- a/msdos/sed2v2.inp
+++ b/msdos/sed2v2.inp
@@ -70,7 +70,7 @@
/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/
-/^#undef VERSION/s/^.*$/#define VERSION "24.4.50"/
+/^#undef VERSION/s/^.*$/#define VERSION "24.4.51"/
/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/
/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/