Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrij <kvarkas@gmail.com>2022-10-31 00:45:23 +0300
committerDimitrij <kvarkas@gmail.com>2022-10-31 00:45:23 +0300
commit302fb2e8ddea1c993552c9a30c02f41d01ca54a9 (patch)
treed6cf1b32664296ef2cecda33caeafbe39e6695c1 /version.h
parent59105d9b26363e47f00676bd365b2ac8d4cb536a (diff)
parent4ff82ab29a22936b78510c68f544a99e677efed3 (diff)
Merge tag 'tags/0.78'HEADmaster
Diffstat (limited to 'version.h')
-rw-r--r--version.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/version.h b/version.h
index 74be18f4..a45eef1d 100644
--- a/version.h
+++ b/version.h
@@ -11,25 +11,3 @@
#define TEXTVER "Unidentified build"
#define SSHVER "-Unidentified-Local-Build"
#define BINARY_VERSION 0,0,0,0
-
-#ifndef SOURCE_COMMIT
-/*
- * git commit id from which this build was made. This is defined by
- * Buildscr for official builds - both source archives and prebuilt
- * binaries - in the course of overwriting this file as described
- * above. But we put it here under ifdef, so that it can also be
- * passed in on the command line for Unix local development builds,
- * which I treat specially because Unix developers - e.g. me - are
- * quite likely to run 'make install' straight out of their dev
- * directory so as to use the bleeding-edge code for day-to-day
- * running.
- *
- * Windows doesn't really need the same treatment, because the easiest
- * way to install a build properly on Windows is to run the installer,
- * and the easiest way to do that is to run Buildscr, which will
- * populate this field its own way. It's only the Unix automake build
- * where you might go straight from local 'make' to 'make install'
- * without going through Buildscr.
- */
-#define SOURCE_COMMIT "unavailable"
-#endif